issue_comments: 507396912
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/3068#issuecomment-507396912 | https://api.github.com/repos/pydata/xarray/issues/3068 | 507396912 | MDEyOklzc3VlQ29tbWVudDUwNzM5NjkxMg== | 1828519 | 2019-07-01T19:38:06Z | 2019-07-01T19:38:06Z | CONTRIBUTOR | Ok I'm getting a little more of an understanding on this. The main issue is that the dask array is not literally considered the same object because I'm creating the object twice. If I create a single dask array and pass it:
I still get the progress bar because xarray is creating two new If I make a single DataArray that becomes the coordinate variable then it seems to work:
I get no progress bar. ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
462859457 |