-
-
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 ⚠️ #4717
Comments
this fails because We can work around that by computing expected_pd = pd.DataFrame({"a": x.compute(), "b": y}, index=pd.Index(t, name="t")) or by assigning the initial x = np.random.randn(10)
# ...
ds = xr.Dataset({"a": ("t", da.from_array(x, chunks=4)), "b": ("t", y), "t": ("t", t)}) (and something similar for the other two failing tests) But maybe we should just ask the |
|
I'm not sure offhand. Maybe best to post an issue on the pandas tracker. |
Workflow Run URL
Python 3.8 Test Summary Info
The text was updated successfully, but these errors were encountered: