-
Notifications
You must be signed in to change notification settings - Fork 59
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
dOTC #1787
dOTC #1787
Conversation
Welcome, new contributor! It appears that this is your first Pull Request. To give credit where it's due, we ask that you add your information to the
Please make sure you've read our contributing guide. We look forward to reviewing your Pull Request shortly ✨ |
for more information, see https://pre-commit.ci
You are! Once you address the errors brought up by $ pip (or conda) install pre-commit
$ pre-commit install |
NB : I added "ot" to |
Very nice! The code is very readable, well organized, good job! In one of my comment where I mention a possible function
where the full 30 years of climatology are used in training/adjusting. It is often useful to have different time grouping, e.g. put all January 1rst together and correct them apart, put all Jan. 2nd together, correct them separately, etc.
If you look at
to have the second example I'm describing, you would set:
this tells to the code, group data in days of year, i.e. Jan.1, Jan.2, Jan.3, etc. This would be nice to have. |
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.
Looks good!
@Zeitsperre |
Indeed. You need to add another |
@LamAdr Is this pull request ready? If so, it'll be the last one before we tag a new release (ideally, tomorrow). Let me know if you want more time to do any finishing touches! |
@Zeitsperre Yep, ready. |
Pull Request Checklist:
number
) and pull request (:pull:number
) has been addedWhat kind of change does this PR introduce?
Does this PR introduce a breaking change?
No
Other information:
Am I doing this right?