[mrd] missing data implemented, and plotting better

This commit is contained in:
Max Zwiessele 2014-05-16 15:12:19 +01:00
parent 94c84a23a3
commit 01d6b91f90
3 changed files with 41 additions and 26 deletions

View file

@ -288,7 +288,6 @@ class Parameterized(Parameterizable):
self._connect_parameters()
self._connect_fixes()
self._notify_parent_change()
self.parameters_changed()
except Exception as e:
print "WARNING: caught exception {!s}, trying to continue".format(e)