issue_comments: 1076832515
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/6149#issuecomment-1076832515 | https://api.github.com/repos/pydata/xarray/issues/6149 | 1076832515 | IC_kwDOAMm_X85ALykD | 25624127 | 2022-03-23T21:21:28Z | 2022-03-23T21:21:28Z | CONTRIBUTOR | I was able to isolate the parts of my code that causes this Here's how the warning was thrown:
1. Chunk a Dataset using Dask
2. Calculate length of time by subtracting the upper and lower bounds of each time coordinate ( My workaround is to convert the Related code: ``` def _get_weights(self, data_var: xr.DataArray) -> xr.DataArray: """Calculates weights for a data variable using time bounds."""
``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1098241812 |