issues: 1520760951
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1520760951 | I_kwDOAMm_X85apPh3 | 7421 | Opening a variable as several chunks works fine, but opening it "fully" crashes | 8382834 | closed | 0 | 8 | 2023-01-05T13:36:42Z | 2023-01-06T14:13:55Z | 2023-01-06T14:13:55Z | CONTRIBUTOR | What happened?I have set up a ipynb notebook that may be a clear explanation: Short report:
``` for some reason, this does not work; crashxr_file["accD"][0, 0:3235893].data ``` but opening in several passes works, i.e. this works:
Any idea why? What did you expect to happen?Opening the variable in full should work. Minimal Complete Verifiable ExampleMVCE confirmation
Relevant log outputNo response Anything else we need to know?The netcdf file uses unlimited dimensions, can this be a problem? I am not the author of the file, but I think it was generated from some Matlab netCDF package. EnvironmentUbuntu 20.04, python 3.8.10, xarray 0.20.2. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7421/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |