Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract common functionality from SINDy to _BaseSINDy #562

Merged
merged 10 commits into from
Oct 18, 2024

feat: Accomodate jax arrays

22329dd
Select commit
Loading
Failed to load commit list.
Merged

Extract common functionality from SINDy to _BaseSINDy #562

feat: Accomodate jax arrays
22329dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 18, 2024 in 1s

95.26% (-0.02%) compared to ddf8d6d

View this Pull Request on Codecov

95.26% (-0.02%) compared to ddf8d6d

Details

Codecov Report

Attention: Patch coverage is 92.66055% with 8 lines in your changes missing coverage. Please review.

Project coverage is 95.26%. Comparing base (ddf8d6d) to head (22329dd).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pysindy/pysindy.py 91.37% 5 Missing ⚠️
pysindy/feature_library/base.py 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
- Coverage   95.28%   95.26%   -0.02%     
==========================================
  Files          38       39       +1     
  Lines        4069     4099      +30     
==========================================
+ Hits         3877     3905      +28     
- Misses        192      194       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.