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

failing tests, all envs #8830

Closed
dcherian opened this issue Mar 13, 2024 · 1 comment · Fixed by #8837
Closed

failing tests, all envs #8830

dcherian opened this issue Mar 13, 2024 · 1 comment · Fixed by #8837
Labels
bug needs triage Issue that has not been reviewed by xarray team member

Comments

@dcherian
Copy link
Contributor

dcherian commented Mar 13, 2024

What happened?

All tests are failing because of an error in create_test_data

from xarray.tests import create_test_data
create_test_data()
---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
Cell In[3], line 2
      1 from xarray.tests import create_test_data
----> 2 create_test_data()

File [~/repos/xarray/xarray/tests/__init__.py:329](http://localhost:8888/lab/workspaces/auto-P/tree/repos/devel/arraylake/~/repos/xarray/xarray/tests/__init__.py#line=328), in create_test_data(seed, add_attrs, dim_sizes)
    327 obj.coords["numbers"] = ("dim3", numbers_values)
    328 obj.encoding = {"foo": "bar"}
--> 329 assert all(var.values.flags.writeable for var in obj.variables.values())
    330 return obj

AssertionError:
@dcherian dcherian added bug needs triage Issue that has not been reviewed by xarray team member labels Mar 13, 2024
@dcherian
Copy link
Contributor Author

fixed by dask-expr 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage Issue that has not been reviewed by xarray team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant