-
Notifications
You must be signed in to change notification settings - Fork 18
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
Style compliance for Jupyter Notebooks #199
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #199 +/- ##
=======================================
Coverage 91.98% 91.98%
=======================================
Files 23 23
Lines 4541 4541
=======================================
Hits 4177 4177
Misses 364 364
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
One quick suggestion - can you add the link to the PR in the history file?
Thanks for the fix here @rcjackson - merging once the tests pass 👍 |
Done! |
* ADD: MRR2 backend * Revert "ADD: MRR2 backend" This reverts commit e377116. * Fixed format to pass ruff. * ADD: Documenting the changes in history.md * FIX: Cmweather imports * Cmweather oh cmweather * ADD: MVC * ADD: Link to PR in history.md
* ADD: MRR2 backend * Revert "ADD: MRR2 backend" This reverts commit e377116. * FIX: Style compliance for Jupyter Notebooks (#199) * ADD: MRR2 backend * Revert "ADD: MRR2 backend" This reverts commit e377116. * Fixed format to pass ruff. * ADD: Documenting the changes in history.md * FIX: Cmweather imports * Cmweather oh cmweather * ADD: MVC * ADD: Link to PR in history.md * ADD: History.md * New MRR2 branch * ADD: Black * Try ds = None * FIX: Delete .gz file after download * Ruff! * ADD: Set data variables to None upon closing. * Black * FIX: Trying context managers for Datasets. * Set raw data variables to None * Close file earlier? * ADD: ds.ds.close for DataTrees, otherwise we have > 4.2 million references remaining * ADD: No more _data * TST: Remove -n auto * STY: Black * unlock parallel processing in CI again * reorganize metek tests * tmp_path_factory in tests * keep metek tests in test_metek.py * link missing notebooks to toc --------- Co-authored-by: Kai Mühlbauer <[email protected]>
* ADD: MRR2 backend * Revert "ADD: MRR2 backend" This reverts commit e377116. * FIX: Style compliance for Jupyter Notebooks (openradar#199) * ADD: MRR2 backend * Revert "ADD: MRR2 backend" This reverts commit e377116. * Fixed format to pass ruff. * ADD: Documenting the changes in history.md * FIX: Cmweather imports * Cmweather oh cmweather * ADD: MVC * ADD: Link to PR in history.md * ADD: History.md * New MRR2 branch * ADD: Black * Try ds = None * FIX: Delete .gz file after download * Ruff! * ADD: Set data variables to None upon closing. * Black * FIX: Trying context managers for Datasets. * Set raw data variables to None * Close file earlier? * ADD: ds.ds.close for DataTrees, otherwise we have > 4.2 million references remaining * ADD: No more _data * TST: Remove -n auto * STY: Black * unlock parallel processing in CI again * reorganize metek tests * tmp_path_factory in tests * keep metek tests in test_metek.py * link missing notebooks to toc --------- Co-authored-by: Kai Mühlbauer <[email protected]>
history.md
The notebooks were not compliant with Ruff's style checker. This PR fixes that.