-
Notifications
You must be signed in to change notification settings - Fork 12
Fixes template issue #2426 #2705
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
base: master
Are you sure you want to change the base?
Conversation
|
Fixes an issue with this not being substituted in all cases: Other versions: New version |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2705 +/- ##
==========================================
- Coverage 67.70% 67.59% -0.12%
==========================================
Files 86 86
Lines 19786 19794 +8
Branches 3840 3843 +3
==========================================
- Hits 13396 13379 -17
- Misses 5458 5483 +25
Partials 932 932
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
VindeeR
left a comment
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.
Everything looks alright to me, and the behavior seems to be proper, and Thanks for fixing the Lint errors in the file too 🙌
There's just one thing I notice on your test, is that it only test for the case of the STARTDATES being a list and your code does and if that is not checked.
I understand that realistically speaking they have the same behavior but could you create a test to test all the edge cases
Hm, I think that parameter was already in the config of the test, (not sure why tho) But in this PR I'm testing CHUNK_START_DATE ( which can't be a list) |

Closes #2426
Check List
CONTRIBUTING.md.pyproject.toml.CHANGELOG.mdif this is a change that can affect users.Closes #1234).