Skip to content

Commit

Permalink
Merge pull request #84 from utkarshp1161/main
Browse files Browse the repository at this point in the history
fix: __init__.py
  • Loading branch information
ziatdinovmax authored Feb 13, 2024
2 parents 6537b20 + 174c6a6 commit a335c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from . import acquisition
from .hypo import sample_next
from .models import (DKL, CoregGP, ExactGP, MultiTaskGP, iBNN, vExactGP,
vi_iBNN, viDKL, viGP, viMTDKL, VarNoiseGP, UIGP,
vi_iBNN, viDKL, viGP, sPM, viMTDKL, VarNoiseGP, UIGP,
MeasuredNoiseGP, viSparseGP)

__all__ = ["utils", "kernels", "mtkernels", "acquisition", "ExactGP", "vExactGP", "DKL",
Expand Down

0 comments on commit a335c7d

Please sign in to comment.