home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1560055470

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/4050#issuecomment-1560055470 https://api.github.com/repos/pydata/xarray/issues/4050 1560055470 IC_kwDOAMm_X85c_I6u 54964372 2023-05-23T20:07:28Z 2023-05-23T20:07:28Z NONE

Another cause for this issue could be an unclosed netcdf file. Specifically if you did something like:

my_file = Dataset('my_file.nc','w')

and did not close it with

my_file.close()

The ncfile is still open and the HDF library still has a lock on it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  615288533
Powered by Datasette · Queries took 0.634ms · About: xarray-datasette