dynamicslab / pysindy

A package for the sparse identification of nonlinear dynamical systems from data
https://pysindy.readthedocs.io/en/latest/
Other
1.36k stars 304 forks source link

[BUG] module 'pysindy' has no attribute 'SINDyPI' #420

Closed Arincon94 closed 8 months ago

Arincon94 commented 8 months ago

Hi, we have found your work too interesting, but we are getting an error when the function ps.SINDyPI() is called. We have tried to reproduce some basic codes from de SINDyPI documentation and we keep getting the same error.

Reproducing code example:

sindy_library = ps.SINDyPILibrary( library_functions=x_library_functions, x_dot_library_functions=x_dot_library_functions, t=t, function_names=library_function_names, include_bias=True, )

Error message:

AttributeError: module 'pysindy' has no attribute 'SINDyPI'

PySINDy/Python version information:

Python 3.10.9

Jacob-Stevens-Haas commented 8 months ago

Hey, you can find help on this by searching closed issues. There's one with almost exactly the same title. #366