-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
⚠️ Nightly upstream-dev CI failed ⚠️ #5600
Comments
does anyone know what is causing this? A change to either For reference, here's the full traceback:
|
There was a release of fsspec, but I don't see why anything would have changed here. Can you see whether the failure is associated with the new version? |
there are a few changes to the environment between the last passing and the first failing run, but that does include the I also just noticed that we don't test the upstream version of |
Perhaps so? We are releasing pretty frequently, though, and if there is a problem here, we'd be happy to put out a bugfix. |
apparently something in |
@martindurant, I think this is fsspec/filesystem_spec#707. Can you confirm? |
the CI is still running, but Edit: thanks for helping with the debugging, @martindurant |
* added to_numpy() and as_numpy() methods * remove special-casing of cupy arrays in .values in favour of using .to_numpy() * lint * Fix mypy (I think?) * added Dataset.as_numpy() * improved docstrings * add what's new * add to API docs * linting * fix failures by only importing pint when needed * refactor pycompat into class * compute instead of load * added tests * fixed sparse test * tests and fixes for ds.as_numpy() * fix sparse tests * fix linting * tests for Variable * test IndexVariable too * use numpy.asarray to avoid a copy * also convert coords * Force tests again after #5600 * Apply suggestions from code review * Update xarray/core/variable.py * fix import * formatting * remove type check Co-authored-by: Stephan Hoyer <[email protected]> * remove attempt to call to_numpy Co-authored-by: Maximilian Roos <[email protected]> Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: Stephan Hoyer <[email protected]>
* test labels come from pint units * values demotes pint arrays before returning * plot labels look for pint units first * pre-commit * added to_numpy() and as_numpy() methods * remove special-casing of cupy arrays in .values in favour of using .to_numpy() * .values -> .to_numpy() * lint * Fix mypy (I think?) * added Dataset.as_numpy() * improved docstrings * add what's new * add to API docs * linting * fix failures by only importing pint when needed * refactor pycompat into class * pycompat import changes applied to plotting code * what's new * compute instead of load * added tests * fixed sparse test * tests and fixes for ds.as_numpy() * fix sparse tests * fix linting * tests for Variable * test IndexVariable too * use numpy.asarray to avoid a copy * also convert coords * Force tests again after #5600 Co-authored-by: Maximilian Roos <[email protected]>
Workflow Run URL
Python 3.9 Test Summary Info
The text was updated successfully, but these errors were encountered: