mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
fixes fixed and test updates
This commit is contained in:
parent
16bd44eb35
commit
11ca793d1f
3 changed files with 6 additions and 6 deletions
|
|
@ -135,7 +135,6 @@ class Param(OptimizationHandlable, ObservableArray):
|
|||
constr = self.constraints.copy()
|
||||
priors = self.priors.copy()
|
||||
p = Param(self.name, self.view(numpy.ndarray).copy(), self._default_constraint_)
|
||||
import ipdb;ipdb.set_trace()
|
||||
p.constraints = constr
|
||||
p.priors = priors
|
||||
return p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue