Skip to content

Commit

Permalink
Add SINDyDerivative to top-level __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed Aug 30, 2020
1 parent 7086c3d commit 61d62b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysindy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from .pysindy import SINDy
from .differentiation import BaseDifferentiation
from .differentiation import FiniteDifference
from .differentiation import SINDyDerivative
from .differentiation import SmoothedFiniteDifference
from .feature_library import ConcatLibrary
from .feature_library import CustomLibrary
Expand Down

0 comments on commit 61d62b6

Please sign in to comment.