mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42: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
|
|
@ -13,6 +13,7 @@ import itertools
|
|||
import sys
|
||||
from .verbose_optimization import VerboseOptimization
|
||||
# import numdifftools as ndt
|
||||
from functools import reduce
|
||||
|
||||
class Model(Parameterized):
|
||||
_fail_count = 0 # Count of failed optimization steps (see objective)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue