pull_requests: 323405913
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
323405913 | MDExOlB1bGxSZXF1ZXN0MzIzNDA1OTEz | 3362 | closed | 0 | Fix concat bug when concatenating unlabeled dimensions. | 2448579 | <!-- Feel free to remove check-list items aren't relevant to your change --> This fixes the following behaviour. (downstream issue https://github.com/xgcm/xgcm/issues/154) ``` def test_concat(self, data): split_data = [ data.isel(dim1=slice(3)), data.isel(dim1=3), # this wouldn't work on master data.isel(dim1=slice(4, None)), ] assert_identical(data, concat(split_data, "dim1")) ``` | 2019-10-01T18:10:22Z | 2019-10-08T22:30:38Z | 2019-10-08T22:13:48Z | 2019-10-08T22:13:48Z | 132733a917171fcb1f269406eb9e6668cbb7e376 | 0 | a0a19def23209191f4b34356a01beeea1c56a316 | 21705e61503fb49f000186c0d556e5623bd5ac82 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/3362 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests