fix ss_mrd and fix white and bias kernel

This commit is contained in:
Zhenwen Dai 2014-07-01 13:16:57 +01:00
parent 2c88528ebd
commit 129985998c
4 changed files with 21 additions and 17 deletions

View file

@ -520,7 +520,7 @@ class Indexable(Nameable, Observable):
self.constraints.add(t, self._raveled_index())
t.add_tied_parameter(self)
self._highest_parent_._connect_fixes()
self._highest_parent_._connect_fixes()
def constrain(self, transform, warning=True, trigger_parent=True):
"""