Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Jan 5, 2024
1 parent 9c4e04f commit 2e2b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpax/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .vi_mtdkl import viMTDKL
from .mtgp import MultiTaskGP
from .corgp import CoregGP
from uigp import UIGP
from .uigp import UIGP

__all__ = [
"ExactGP",
Expand Down

0 comments on commit 2e2b4cf

Please sign in to comment.