-
Notifications
You must be signed in to change notification settings - Fork 3
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 scipy version upper limit #169
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
==========================================
+ Coverage 25.50% 26.36% +0.86%
==========================================
Files 29 29
Lines 4027 4085 +58
==========================================
+ Hits 1027 1077 +50
- Misses 3000 3008 +8 ☔ View full report in Codecov by Sentry. |
The failure on macos seems to be due to a change in newer version of |
@pmav99 suggested using I like this idea, but I still feel that due to the nature of the failure, and the fact that pretty much ALL test fail on macos, this approach just masks the issue, maybe it makes more sense to keep the failure (to show up in the PR) but do not require pass for the macos tests. This also requires the coverage test to be based on linux test passing, and not both mac and linux tests success. Maybe then it's better to do the equal check using values rather than lines of written files. This could also be it's own rabbit hole! |
No description provided.