mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
More relative import fixes for Python 3 compatibility
This commit is contained in:
parent
5e4afb765a
commit
2ca24a88f5
31 changed files with 60 additions and 60 deletions
|
|
@ -5,8 +5,8 @@
|
|||
import numpy; np = numpy
|
||||
import itertools
|
||||
from re import compile, _pattern_type
|
||||
from param import ParamConcatenation
|
||||
from parameter_core import HierarchyError, Parameterizable, adjust_name_for_printing
|
||||
from .param import ParamConcatenation
|
||||
from .parameter_core import HierarchyError, Parameterizable, adjust_name_for_printing
|
||||
|
||||
import logging
|
||||
from GPy.core.parameterization.index_operations import ParameterIndexOperationsView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue