Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Jun 17, 2024
1 parent ef26827 commit e4271fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
from .fvgp import fvGP
from .gpMCMC import gpMCMC

__all__ = ['GP', 'fvGP']
__all__ = ['GP', 'fvGP', 'gpMCMC']

logger.disable('fvgp')

0 comments on commit e4271fa

Please sign in to comment.