mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Relative import fixes for Python 3 compatibility
This commit is contained in:
parent
1bbf58fdcf
commit
5e4afb765a
11 changed files with 94 additions and 94 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import latent_function_inference
|
||||
import optimization
|
||||
import mcmc
|
||||
from . import latent_function_inference
|
||||
from . import optimization
|
||||
from . import mcmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue