issue_comments: 354674571
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/1805#issuecomment-354674571 | https://api.github.com/repos/pydata/xarray/issues/1805 | 354674571 | MDEyOklzc3VlQ29tbWVudDM1NDY3NDU3MQ== | 1217238 | 2018-01-01T20:28:59Z | 2018-01-01T20:28:59Z | MEMBER | Can you share full information for how you created this dataset? I cannot reproduce this: ``` In [36]: test = xr.DataArray(np.ones(10), ...: coords={ ...: 'x': range(10) ...: }, ...: dims=['x'] ...: ).chunk() ...: In [37]: test Out[37]: <xarray.DataArray (x: 10)> dask.array<shape=(10,), dtype=float64, chunksize=(10,)> Coordinates: * x (x) int64 0 1 2 3 4 5 6 7 8 9 In [38]: test.values = 0 * test.values In [39]: test.values Out[39]: array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
285294506 |