mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Various Py3 related import fixes
This commit is contained in:
parent
82722305c3
commit
5607bd9a19
4 changed files with 5 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ import numpy
|
|||
np = numpy
|
||||
from .parameter_core import Parameterizable, adjust_name_for_printing, Pickleable
|
||||
from .observable_array import ObsAr
|
||||
from functools import reduce
|
||||
|
||||
###### printing
|
||||
__constraints_name__ = "Constraint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue