dynamicslab / pysindy

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

DOC: Add requirements for type annotations to readthedocs #404

Closed Jacob-Stevens-Haas closed 1 year ago

Jacob-Stevens-Haas commented 1 year ago

Current docs fail to build on RTFD because I added type annotations to Trapping. We normally allow skipping the import of Trapping if cvxpy isn't installed, but RTFD needs to import it to understand the docstrings.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (80f2363) 93.77% compared to head (7b4c91f) 93.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #404 +/- ## ======================================= Coverage 93.77% 93.77% ======================================= Files 37 37 Lines 3583 3583 ======================================= Hits 3360 3360 Misses 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.