Skip to content
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

adjust_3d forces group to be "time.month" if group is set to the default (None) #5

Closed
btschwertfeger opened this issue Mar 22, 2023 · 0 comments · Fixed by #4
Closed
Assignees
Labels
Breaking Breaking changes Bug Something isn't working

Comments

@btschwertfeger
Copy link
Owner

Describe the bug

The adjust_3d method will always call bias correction methods and forcing the group to be time.month if no group was defined or is set to the default None.

This should not be the wanted behaviour, because with this, there is no chance to apply bias corrections on 3-dimensional data sets without a grouping.

Solution
Just remove the forced grouping in the adjust_3d method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Breaking changes Bug Something isn't working
Projects
None yet
1 participant