home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 206864758

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
206864758 MDExOlB1bGxSZXF1ZXN0MjA2ODY0NzU4 2353 closed 0 Raises a ValueError for a confliction between dimension names and level names 6815844 - [x] Closes #2299 - [x] Tests added - [x] Tests passed - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API. Now it raises an Error to assign new dimension with the name conflicting with an existing level name. Therefore, it is not allowed ```python b = xr.Dataset(coords={'dim0': ['a', 'b'], 'dim1': [0, 1]}) b = b.stack(dim_stacked=['dim0', 'dim1']) # This should raise an errors even though its length is consistent with `b['dim0']` b['c'] = (('dim0',), [10, 11, 12, 13]) # This is OK b['c'] = (('dim_stacked',), [10, 11, 12, 13]) ``` 2018-08-08T00:52:29Z 2018-08-13T22:16:36Z 2018-08-13T22:16:31Z 2018-08-13T22:16:31Z e3350fd724c30bb3695f755316f9b840445a0af6     0 82475aff193036c4b1493081414fc66befbfc150 846e28f8862b150352512f8e3d05bcb9db57a1a3 MEMBER   13221727 https://github.com/pydata/xarray/pull/2353  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 0.703ms