issue_comments: 750419141
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/4727#issuecomment-750419141 | https://api.github.com/repos/pydata/xarray/issues/4727 | 750419141 | MDEyOklzc3VlQ29tbWVudDc1MDQxOTE0MQ== | 2272878 | 2020-12-23T18:23:20Z | 2020-12-23T18:23:20Z | CONTRIBUTOR | My concern with If the default for Also, just checking dtype won't be sufficient in all cases. Consider this: ```Python import numpy as np import xarray as xr a = xr.DataArray(np.array(1.0, dtype=np.object)) xr.testing.assert_identical(a, b) I think for the purpose of testing being able to make sure the result is exactly what you expect is important. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
773750763 |