home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1480142197

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/pull/6956#issuecomment-1480142197 https://api.github.com/repos/pydata/xarray/issues/6956 1480142197 IC_kwDOAMm_X85YOS11 43316012 2023-03-22T19:31:00Z 2023-03-22T19:31:00Z COLLABORATOR

The error of mypy is real, but unfortunately this is a design error on our side, which is out of scope for this PR. see the mypy message:

xarray/backends/netCDF4_.py:563: error: Signature of "open_dataset" incompatible with supertype "BackendEntrypoint" [override]

so simply add a # type: ignore[override] at the end of this line.

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