home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 480752288

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/2877#issuecomment-480752288 https://api.github.com/repos/pydata/xarray/issues/2877 480752288 MDEyOklzc3VlQ29tbWVudDQ4MDc1MjI4OA== 6213168 2019-04-08T09:16:51Z 2019-04-08T09:16:51Z MEMBER

@shoyer I am using mypy. But unlike flake8 I don't think I'll be able to integrate it in CI. This error doesn't make any sense to me: xarray/core/common.py:124: error: Overloaded function signatures 1 and 2 overlap with incompatible return types

These I think are unfixable in Python 3.5, as I can't declare these under the class definition: xarray/core/utils.py:445: error: "NdimSizeLenMixin" has no attribute "shape" xarray/core/utils.py:450: error: "NdimSizeLenMixin" has no attribute "shape" xarray/core/utils.py:454: error: "NdimSizeLenMixin" has no attribute "shape" xarray/core/utils.py:468: error: "NDArrayMixin" has no attribute "array" xarray/core/utils.py:472: error: "NDArrayMixin" has no attribute "array" xarray/core/utils.py:478: error: "NDArrayMixin" has no attribute "array" xarray/core/common.py:151: error: "AbstractArray" has no attribute "dims" xarray/core/common.py:154: error: "AbstractArray" has no attribute "dims" xarray/core/common.py:166: error: "AbstractArray" has no attribute "dims" xarray/core/common.py:166: error: "AbstractArray" has no attribute "shape" xarray/core/common.py:896: error: Cannot determine type of '_file_obj' xarray/core/common.py:897: error: Cannot determine type of '_file_obj' (additionally, typing doesn't offer anything for "file-like" objects)

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