mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 09:12:38 +02:00
[plotting] py3 compatibility, is it right, that relative imports always have to be in the format from . import <.>
This commit is contained in:
parent
5e89a1dfa6
commit
07c0284666
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ The module plotting results for SSGPLVM
|
|||
import pylab
|
||||
|
||||
from ...models import SSGPLVM
|
||||
from img_plots import plot_2D_images
|
||||
from .img_plots import plot_2D_images
|
||||
|
||||
class SSGPLVM_plot(object):
|
||||
def __init__(self,model, imgsize):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue