home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 271462549

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/1072#issuecomment-271462549 https://api.github.com/repos/pydata/xarray/issues/1072 271462549 MDEyOklzc3VlQ29tbWVudDI3MTQ2MjU0OQ== 1217238 2017-01-10T01:42:26Z 2017-01-10T01:42:49Z MEMBER

@chunweiyuan import at the top of the method/ function, def fillna(self, other, ...): from .computation import apply_ufunc return apply_ufunc(...)

This is the pretty standard way to get around circular imports. There's basically no way to avoid this issue with APIs designed to have lots of logic in method calls. (Other than gigantic files, which isn't a real fix.)

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