fiddling with plotting

This commit is contained in:
James Hensman 2014-02-05 17:12:52 +00:00
parent 432d9668a6
commit 80629e00b6
5 changed files with 20 additions and 13 deletions

View file

@ -214,6 +214,7 @@ class Parameterized(Constrainable, Pickleable, Observable):
return
i = 0
sizes = [0]
self._param_slices_ = []
for p in self._parameters_:
p._direct_parent_ = self
p._highest_parent_ = self