Skip to content

Commit f3289d8

Browse files
authored
Update imports
1 parent 02f3001 commit f3289d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gpax/models/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .linreg import LinReg
1616
from .sparse_gp import viSparseGP
1717
from .bnn import BNN
18+
from .vibnn import viBNN
1819

1920
__all__ = [
2021
"ExactGP",
@@ -33,5 +34,6 @@
3334
"LinReg",
3435
"MeasuredNoiseGP",
3536
"viSparseGP",
36-
"BNN"
37+
"BNN",
38+
"viBNN"
3739
]

0 commit comments

Comments
 (0)