home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 557812486

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/3550#issuecomment-557812486 https://api.github.com/repos/pydata/xarray/issues/3550 557812486 MDEyOklzc3VlQ29tbWVudDU1NzgxMjQ4Ng== 45787861 2019-11-23T16:33:58Z 2019-11-23T16:34:39Z NONE

Turns out the assert np.allclose statements actually failed for cov, but not for corr: ```bash actual = xr.cov(ts1, ts2)

  assert np.allclose(expected, actual)

E assert False E + where False = <function allclose at 0x7ff5dbaf0e18>(0.004632253406505826, <xarray.DataArray ()>\narray(0.004323)) E + where <function allclose at 0x7ff5dbaf0e18> = np.allclose ``` 0.00463 vs. 0.00432

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