merge the bug of fixing function

This commit is contained in:
Zhenwen Dai 2014-05-29 10:29:18 +01:00
parent 988889247c
commit 74b62ab3c3

View file

@ -407,8 +407,7 @@ class Indexable(Nameable, Observable):
if value is not None:
self[:] = value
index = self._raveled_index()
#reconstrained = self.unconstrain()
index = self.unconstrain()
index = self._add_to_index_operations(self.constraints, index, __fixed__, warning)
self._highest_parent_._set_fixed(self, index)
self.notify_observers(self, None if trigger_parent else -np.inf)