changed imports to relative ones

This commit is contained in:
beckdaniel 2016-04-07 18:07:13 +01:00
parent 3e27748b42
commit ff700bbebf
2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@
import numpy as np
from scipy import sparse
import itertools
from GPy.models import WarpedGP
from ...models import WarpedGP
def in_ipynb():
try: