-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add test for appending with cftime #414
Conversation
This is probably a bad choice of unit
because that's also the standard UNIX definition, so having no units would have the same effect. A nice concise error:
I'll look into the error, though, I would have expected this to work. |
OK, so of course xarray converts times automatically unless told otherwise. |
(also fix drop cords in kerchunk engine)
Thanks for the fix @martindurant! Did you not like the Also, a bit unrelated but do you mind sharing with me what
|
It was not being applied after the dataset was already loaded. This does the right thing for a normal load, but if some array fails to load (as I found with some time conversion), the options needs to be in the first open_dataset call. So you can use the argument as before, but it should work better now :)
It would be the same as |
Thanks for the explanations and your work on the append feature! |
The kerchunk tests take a long time to run in the CI, and it looks like most of the time is spent on the |
Certainly would be happy to have caching. Actually, conda now uses the mamba solver, so it might be faster again - I don't mind, so long as it works! |
I used dict |
@maxrjones , env building on py39 seems stuck, any idea why? |
I pushed a couple fixes for the env errors |
No description provided.