issue_comments: 354706420
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-354706420 | https://api.github.com/repos/pydata/xarray/issues/1805 | 354706420 | MDEyOklzc3VlQ29tbWVudDM1NDcwNjQyMA== | 7342379 | 2018-01-02T05:49:06Z | 2018-01-02T05:49:06Z | NONE |
``` import xarray as xr ds = xr.open_mfdataset('./nctiles_monthly/TFLUX/TFLUX.nc',concat_dim='tile') TFLUX = ds.TFLUX TFLUX.values[1,1,1] = 0TFLUX.values[1,1,1] TFLUX.values[1,1,1] array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., ..., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], dtype=float32) ``` So old code is broken now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
285294506 |