-
Notifications
You must be signed in to change notification settings - Fork 22
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
scipy bandaid #106
scipy bandaid #106
Conversation
@tupek2 @btalamini any idea why the metis dlls can't be found? |
No, but its possible that metis is only used in 1 place, and not really necessary. I had put it in thinking it would be harmless (I was using for a research capability). |
Yeah, it's only used in test_PatchTestPou.py. Would it make sense to remove those tests or are they important? |
You can remove it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #106 +/- ##
=======================================
Coverage 77.18% 77.18%
=======================================
Files 62 62
Lines 5225 5225
=======================================
Hits 4033 4033
Misses 1192 1192 ☔ View full report in Codecov by Sentry. |
fixes scipy to version 1.14.1 while we sort out issues with newer versions