pull_requests: 1435996321
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1435996321 | PR_kwDOAMm_X85Vl5Ch | 7989 | closed | 0 | Allow opening datasets with nD dimenson coordinate variables. | 2448579 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #2233 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Avoid automatic creating of Index variable when nD variable shares name with one of its dimensions. Closes #2233 ```python url = "http://www.smast.umassd.edu:8080/thredds/dodsC/FVCOM/NECOFS/Forecasts/NECOFS_GOM3_FORECAST.nc" ds = xr.open_dataset(url, engine="netcdf4") display(ds) xr.testing._assert_internal_invariants(ds, check_default_indexes=False) ! no raise on #7368 ``` ~The internal invariants assert fails on `main` but succeeds on #7368~. EDIT: now fixed the invariants check. <img width="816" alt="image" src="https://github.com/pydata/xarray/assets/2448579/f7ff8c78-11e2-42d7-beed-61d53d99557b"> | 2023-07-15T17:33:18Z | 2023-07-19T19:06:25Z | 2023-07-19T18:25:33Z | 2023-07-19T18:25:33Z | 2bf15f8d29251c94471da89a177814ed09cf8d20 | 0 | ba95097a21019ce375f0dcd43c556ad30557aee5 | a47ff4ed7ff6d6a5a16d0e604bdb120557c42e13 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/7989 |
Links from other tables
- 3 rows from pull_requests_id in labels_pull_requests