-
Notifications
You must be signed in to change notification settings - Fork 41
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
Near for Time Axis with DateTime elements fails sometimes with Date value #495
Comments
Its annoying that We could add a custom method to |
Do you have an idea why there is a difference between tas and gpp? Also the |
You should implement But I think the reason these are different is that If you try 2016 they both fail. Seems this is actually fixed in Julia base, I guess it will work if you use julia 1.10: |
I think we can close this seeing its resolved in Base already |
When I try to subset a cube with a Ti axis with DateTime values this fails for some reason when I try to use a Date as input for Near.
I can use a Date object in Between even though the axes elementtype is DateTime.
I don't understand where the difference between tas and gpp come from the types of the Time axes seem to be the same.
It would be good if I could match and mix the Date types for the subsetting, because I can't know in advance, what possible Time Type a data cube would have.
This is the error I got:
The text was updated successfully, but these errors were encountered: