issue_comments: 275392455
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/1208#issuecomment-275392455 | https://api.github.com/repos/pydata/xarray/issues/1208 | 275392455 | MDEyOklzc3VlQ29tbWVudDI3NTM5MjQ1NQ== | 1964655 | 2017-01-26T13:51:15Z | 2017-01-26T13:51:15Z | CONTRIBUTOR | Re-opening. Debian now has a version of Numpy with the fix which broke self = <xarray.tests.test_dataarray.TestDataArray testMethod=test_groupby_apply_center>
xarray/tests/test_dataarray.py:1495: xarray/tests/init.py:169: in assertDataArrayAllClose assert_allclose(ar1, ar2, rtol=rtol, atol=atol) xarray/testing.py:125: in assert_allclose assert_allclose(a.variable, b.variable) a = <xarray.Variable (x: 10, y: 20)> array([[ 1.086411e-01, -4.940766e-01, -3.4...e-01, 3.025169e-01, -4.970776e-03, -2.526321e-02, 4.464467e-01]]) b = <xarray.Variable (x: 10, y: 20)> array([[ 1.086411e-01, -4.940766e-01, -3.4...e-01, 3.025169e-01, -4.970776e-03, -2.526321e-02, 4.464467e-01]]) rtol = 1e-05, atol = 1e-08, decode_bytes = True
xarray/testing.py:123: AssertionError _____ TestDataArray.test_groupby_math ______ self = <xarray.tests.test_dataarray.TestDataArray testMethod=test_groupby_math>
xarray/tests/test_dataarray.py:1541: xarray/tests/init.py:169: in assertDataArrayAllClose assert_allclose(ar1, ar2, rtol=rtol, atol=atol) xarray/testing.py:125: in assert_allclose assert_allclose(a.variable, b.variable) a = <xarray.Variable (abc: 3)> array([ 0.504303, -0.53899 , -1.97593 ]) b = <xarray.Variable (abc: 3)> array([ 0.504303, -0.53899 , -0.175924]) rtol = 1e-05, atol = 1e-08, decode_bytes = True
xarray/testing.py:123: AssertionError
----------------------------- Captured stderr call -----------------------------
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/xarray/tests/test_dataarray.py:1529: FutureWarning: the order of the arguments on DataArray.to_dataset has changed; you now need to supply self = <xarray.tests.test_dataarray.TestDataArray testMethod=test_groupby_sum>
xarray/tests/test_dataarray.py:1440: xarray/tests/init.py:169: in assertDataArrayAllClose assert_allclose(ar1, ar2, rtol=rtol, atol=atol) xarray/testing.py:125: in assert_allclose assert_allclose(a.variable, b.variable) a = <xarray.Variable (abc: 3)> array([ 45.861725, 46.894773, 4.057272]) b = <xarray.Variable (abc: 3)> array([ 45.861725, 46.894773, 0.877923]) rtol = 1e-05, atol = 1e-08, decode_bytes = True
xarray/testing.py:123: AssertionError ============= 3 failed, 1161 passed, 341 skipped in 40.75 seconds ============== ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
200908727 |