Skip to content

Commit 15ff63f

Browse files
committed
fix imports in __init__
1 parent 9926606 commit 15ff63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/gp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from . import cov
22
from . import mean
3-
from .gp import GP, sample_gp
3+
from .gp import GPMarginal, GPMarginalSparse, GPLatent, TProcess

0 commit comments

Comments
 (0)