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/3778#issuecomment-588317037,https://api.github.com/repos/pydata/xarray/issues/3778,588317037,MDEyOklzc3VlQ29tbWVudDU4ODMxNzAzNw==,14808389,2020-02-19T16:40:51Z,2020-02-19T16:40:51Z,MEMBER,"`equals` returning `False` in the absence of `dask` is because of https://github.com/pydata/xarray/blob/52ee5dfe73b51b55cc90f2140f2cd54a2e7946a0/xarray/core/duck_array_ops.py#L74-L81 which uses `np.isnat` if `dask` is absent and `pd.isnull` if `dask` is present. Since `dask_array_type` is a `tuple`, `hasattr`will always return `False`.
Wrapping a `datetime` in a quantity does not really make sense so I'll try to remove those tests.
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,567058587
https://github.com/pydata/xarray/issues/3778#issuecomment-588279671,https://api.github.com/repos/pydata/xarray/issues/3778,588279671,MDEyOklzc3VlQ29tbWVudDU4ODI3OTY3MQ==,14808389,2020-02-19T15:04:50Z,2020-02-19T15:04:50Z,MEMBER,"since `pint` became (or will become, once #3594 is closed) a optional dependency, we will definitely have to add it to `show_versions`.
Note that none of them will fail with `dask` installed (which is why we didn't catch this with CI):
without `dask`:
```python
d = np.datetime64(""NaT"", ""ns"")
v = xr.Variable([""x""], ureg.Quantity([d], ureg.m))
assert v.equals(v.copy()) # AssertionError
```
with `dask`, `equals` returns `True` and the tests pass.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,567058587
https://github.com/pydata/xarray/issues/3778#issuecomment-588189303,https://api.github.com/repos/pydata/xarray/issues/3778,588189303,MDEyOklzc3VlQ29tbWVudDU4ODE4OTMwMw==,5635139,2020-02-19T12:02:11Z,2020-02-19T12:02:23Z,MEMBER,"> Should pint be added to `xr.show_versions`?
👍 ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,567058587
https://github.com/pydata/xarray/issues/3778#issuecomment-588069025,https://api.github.com/repos/pydata/xarray/issues/3778,588069025,MDEyOklzc3VlQ29tbWVudDU4ODA2OTAyNQ==,10194086,2020-02-19T07:10:00Z,2020-02-19T07:10:00Z,MEMBER,@keewis could it be that the wrong version of pint is installed? Should pint be added to `xr.show_versions`?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,567058587
https://github.com/pydata/xarray/issues/3778#issuecomment-587932705,https://api.github.com/repos/pydata/xarray/issues/3778,587932705,MDEyOklzc3VlQ29tbWVudDU4NzkzMjcwNQ==,10194086,2020-02-18T22:19:52Z,2020-02-18T22:19:52Z,MEMBER,"Could you list the versions of the installed packages, i.e. the output of `xr. show_versions()` ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,567058587