home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 642990666

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
642990666 MDU6SXNzdWU2NDI5OTA2NjY= 4168 upstream-dev failures due to numpy dtype deprecations 14808389 closed 0     0 2020-06-22T11:30:07Z 2020-06-22T22:51:57Z 2020-06-22T22:51:57Z MEMBER      

It seems numpy recently changed their dtype system and we now get warnings for np.bool, np.int and np.long. Instead, the warnings suggest we should use the python types or np.compat.long.

Since we have a few tests that require zero warnings, this means our test suite fails (and more than 13000 warnings are not a good thing, anyways).

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4168/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.959ms · About: xarray-datasette