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

CI: Add raw build and import step (should fail) #543

Merged
merged 4 commits into from
Aug 10, 2024

Conversation

Jacob-Stevens-Haas
Copy link
Collaborator

Fixes #529

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 94.22%. Comparing base (3e8a445) to head (3dca890).

Files Patch % Lines
pysindy/__init__.py 61.11% 7 Missing ⚠️
pysindy/optimizers/__init__.py 58.82% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #543      +/-   ##
==========================================
- Coverage   94.31%   94.22%   -0.09%     
==========================================
  Files          37       37              
  Lines        4099     4105       +6     
==========================================
+ Hits         3866     3868       +2     
- Misses        233      237       +4     

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

I'm not sure where this happened, but since ConstrainedSR3 needs
CVXPY (an optional dependency), imports of it need to be guarded
depending on whether user has cvxpy installed.

Also, since PEP 690 was rejected, removed those comments
@Jacob-Stevens-Haas Jacob-Stevens-Haas merged commit 0d47d7a into master Aug 10, 2024
6 checks passed
@Jacob-Stevens-Haas Jacob-Stevens-Haas deleted the fix-import-issue branch August 10, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not import pysindy after installation
1 participant