issue_comments: 588178645
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/3774#issuecomment-588178645 | https://api.github.com/repos/pydata/xarray/issues/3774 | 588178645 | MDEyOklzc3VlQ29tbWVudDU4ODE3ODY0NQ== | 35968931 | 2020-02-19T11:37:58Z | 2020-02-19T11:40:25Z | MEMBER | I did get one test failure ``` def test_preprocess_mfdataset(self): original = Dataset({"foo": ("x", np.random.randn(10))}) with create_tmp_file() as tmp: original.to_netcdf(tmp)
xarray/tests/test_backends.py:2955: AssertionError ``` I think the problem here is that it's happily promoting the coord to a coordinate dimension even though there is only 1 dataset. We should probably only expand dims which are going to be used in the concatenation... |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
566490806 |