-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding regional and optimization modules #30
Conversation
🔔 Thank you for raising your pull request. |
used a function from a stack overlow answer which is able to get cpu core numbers for many operating systems since psutil doesn't seem to work for MacOS or Windows.
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
==========================================
+ Coverage 39.45% 42.80% +3.34%
==========================================
Files 6 8 +2
Lines 811 1119 +308
==========================================
+ Hits 320 479 +159
- Misses 491 640 +149 ☔ View full report in Codecov by Sentry. |
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
Seems to be cause issues in conda-forge feedstock, harmonica requires >= 1.0, match this
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
Some tests are still failing.
Not too sure how to fix, it might just be an issue on Github actions and not on a local machine. |
No description provided.