-
Notifications
You must be signed in to change notification settings - Fork 32
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
set persist
as option via argument
#319
Conversation
Codecov Report
@@ Coverage Diff @@
## main #319 +/- ##
==========================================
- Coverage 95.74% 95.50% -0.25%
==========================================
Files 9 9
Lines 3928 3936 +8
Branches 850 854 +4
==========================================
- Hits 3761 3759 -2
- Misses 97 102 +5
- Partials 70 75 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This is the error being described by pre-commit.ci This is defined within the - repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
hooks:
- id: nbqa-black
additional_dependencies: [black]
args: [--nbqa-mutate]
- id: nbqa-isort
additional_dependencies: [isort]
args: [--nbqa-mutate] When running |
What's the version of the automated Also, can you share a notebook that demos both versions of |
Got it. I had to do a series of updates on pre-commit so it would show the same errors on my local computer/workstation as in here (snapshot above). It finally did and was able to fix those two files. I did: pre-commit autoupdate --bleeding-edge --repo https://github.com/pre-commit/pre-commit-hooks
pre-commit clean and finally pre-commit run --all |
This closes issue #315 . Whether the transformation is
persisted
or not, is controlled via a True or False (it is False by default) argument that is passed tollc_rearrange.py
viaoceanspy.subsample.cutout
. This isperforms a cutout defined by XRange and YRange, where the transformation is NOT persisted.
To persist the transformation before the cutout: