home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 670983702

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/4328#issuecomment-670983702 https://api.github.com/repos/pydata/xarray/issues/4328 670983702 MDEyOklzc3VlQ29tbWVudDY3MDk4MzcwMg== 6815844 2020-08-08T23:13:18Z 2020-08-08T23:13:18Z MEMBER

Ah, this attrs = [ --> 102 "{k}->{v}".format(k=k, v=getattr(self, k)) 103 for k in list(self.dim) + self.window + self.center + [self.min_periods] 104 ] should be "{k}->{v}".format(k=k, v=getattr(self.dims, k)) not "{k}->{v}".format(k=k, v=getattr(self, k)) I'll send a fix.

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