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

Remove unneccessary/dead code #347

Merged
merged 3 commits into from
Jun 28, 2023

CLN: Refactor example 1 to testable format

48d076f
Select commit
Loading
Failed to load commit list.
Merged

Remove unneccessary/dead code #347

CLN: Refactor example 1 to testable format
48d076f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2023 in 0s

93.95% (+2.02%) compared to 5f224ab

View this Pull Request on Codecov

93.95% (+2.02%) compared to 5f224ab

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +2.02 🎉

Comparison is base (5f224ab) 91.92% compared to head (48d076f) 93.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #347      +/-   ##
==========================================
+ Coverage   91.92%   93.95%   +2.02%     
==========================================
  Files          37       37              
  Lines        3764     3688      -76     
==========================================
+ Hits         3460     3465       +5     
+ Misses        304      223      -81     
Impacted Files Coverage Δ
pysindy/feature_library/parameterized_library.py 100.00% <ø> (ø)
pysindy/deeptime/deeptime.py 100.00% <100.00%> (+3.03%) ⬆️
pysindy/feature_library/base.py 95.91% <100.00%> (+1.39%) ⬆️
pysindy/feature_library/custom_library.py 100.00% <100.00%> (+3.79%) ⬆️
pysindy/feature_library/fourier_library.py 100.00% <100.00%> (+4.28%) ⬆️
pysindy/feature_library/generalized_library.py 97.34% <100.00%> (+4.97%) ⬆️
pysindy/feature_library/identity_library.py 96.96% <100.00%> (+6.96%) ⬆️
pysindy/feature_library/pde_library.py 95.53% <100.00%> (+2.44%) ⬆️
pysindy/feature_library/polynomial_library.py 98.05% <100.00%> (+3.46%) ⬆️
pysindy/feature_library/sindy_pi_library.py 95.31% <100.00%> (+20.49%) ⬆️
... and 2 more

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.