-
Notifications
You must be signed in to change notification settings - Fork 5
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
Joss edits #212
Joss edits #212
Conversation
This should drastically speed up testing, not overload GHA with downloading datasets, but means testing of fetch calls will need to be performed manual by deleting the local pooch cache and rerun all fetch calls / tests.
🔔 Thank you for raising your pull request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
==========================================
- Coverage 35.43% 9.93% -25.51%
==========================================
Files 6 7 +1
Lines 2627 3121 +494
==========================================
- Hits 931 310 -621
- Misses 1696 2811 +1115 ☔ View full report in Codecov by Sentry. |
🔔 Thank you for raising your pull request. |
1 similar comment
🔔 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. |
…ural style of other modules. BREAKING CHANGE: please update all import statements to use `profiles` instead of `profile`!
🔔 Thank you for raising your pull request. |
🔔 Thank you for raising your pull request. |
This is the main PR from edits resulting from submission to the Journal of Open Source Software (JOSS). The journal review is located at openjournals/joss-reviews#6502. This PR was originally #195, but was migrated here after some merge conflicts. This StackOverflow answer was helpful in fixing the merge conflicts: