Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Mar 1, 2024
1 parent 02f3001 commit f3289d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpax/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .linreg import LinReg
from .sparse_gp import viSparseGP
from .bnn import BNN
from .vibnn import viBNN

__all__ = [
"ExactGP",
Expand All @@ -33,5 +34,6 @@
"LinReg",
"MeasuredNoiseGP",
"viSparseGP",
"BNN"
"BNN",
"viBNN"
]

0 comments on commit f3289d8

Please sign in to comment.