Skip to content

Commit

Permalink
SINDyPI was added to init. It is not recognizable otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
heidariarash committed Oct 29, 2024
1 parent 2ca37cb commit 5493b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pysindy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from .optimizers import SSR
from .optimizers import STLSQ
from .optimizers import EnsembleOptimizer
from .optimizers import SINDyPI

try:
from .optimizers import ConstrainedSR3
Expand Down
1 change: 1 addition & 0 deletions pysindy/optimizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .sr3 import SR3
from .ssr import SSR
from .stlsq import STLSQ
from .sindy_pi import SINDyPI
from .wrapped_optimizer import WrappedOptimizer

try:
Expand Down

0 comments on commit 5493b3d

Please sign in to comment.