Skip to content

Commit

Permalink
Added high-level import of SBR
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbue committed Feb 13, 2024
1 parent b855006 commit 2060875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysindy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
from .optimizers import StableLinearSR3
except ImportError:
pass
try:
from .optimizers import SBR
except ImportError:
pass
from .optimizers import WrappedOptimizer
from .optimizers import SR3
from .optimizers import SSR
Expand Down

0 comments on commit 2060875

Please sign in to comment.