Skip to content

Commit

Permalink
Fix import error in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
anassinator committed Jul 7, 2018
1 parent 8570d3d commit 169f280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__version__ = "0.1.0"

import kernels
from . import kernels
from .models import GaussianProcess, MultiGaussianProcess

__all__ = ["GaussianProcess", "MultiGaussianProcess", "kernels"]

0 comments on commit 169f280

Please sign in to comment.