issue_comments: 349151434
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/1759#issuecomment-349151434 | https://api.github.com/repos/pydata/xarray/issues/1759 | 349151434 | MDEyOklzc3VlQ29tbWVudDM0OTE1MTQzNA== | 306380 | 2017-12-05T00:14:13Z | 2017-12-05T00:14:13Z | MEMBER |
I experienced some odd behavior when testing this within the XArray test suite This file would pass when within ```python import numpy as np import xarray as xr import dask def test_dask_reduction(): data = xr.DataArray(np.random.random(size=(10, 2)), dims=['samples', 'features']).chunk((5, 2)) result = dask.compute(data.mean(axis=0)) ``` I suspect some odd behavior around mock, but that's probably due to a general bias/lack of understanding of that module. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
279161550 |