-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unit test on GitHub actions and test with numpy 2.0. #56
Conversation
971366c
to
aee02ca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #56 +/- ##
=======================================
Coverage 89.63% 89.63%
=======================================
Files 7 7
Lines 608 608
Branches 67 67
=======================================
Hits 545 545
Misses 40 40
Partials 23 23 ☔ View full report in Codecov by Sentry. |
5d741d1
to
491a116
Compare
491a116
to
119cb4b
Compare
Rowan passes numpy 2.0 tests with no modifications. |
e3586e0
to
7cf1ca0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for porting over to Github Actions
Migrate to GitHub Actions and test with numpy 2.0.
Fixes #55.