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/pull/3924#issuecomment-612561659,https://api.github.com/repos/pydata/xarray/issues/3924,612561659,MDEyOklzc3VlQ29tbWVudDYxMjU2MTY1OQ==,30388627,2020-04-12T04:14:45Z,2020-04-12T04:14:45Z,NONE,"@dcherian Oh, thanks! After `scipy` is installed, it works:
```
=============================================== test session starts ===============================================
platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /yin_raid/xin/miniconda3/envs/xarray_dev/bin/python
cachedir: .pytest_cache
rootdir: /yin_raid/xin/github/xarray, inifile: setup.cfg
collected 2 items
test_interp.py::test_nans[True] SKIPPED [ 50%]
test_interp.py::test_nans[False] PASSED [100%]
================================================ warnings summary =================================================
xarray/tests/test_interp.py::test_nans[False]
xarray/tests/test_interp.py::test_nans[False]
/yin_raid/xin/miniconda3/envs/xarray_dev/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
return f(*args, **kwds)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================================== 1 passed, 1 skipped, 2 warnings in 0.88s =====================================
```
I will update the test and pull it soon.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,591643901
https://github.com/pydata/xarray/pull/3924#issuecomment-612548656,https://api.github.com/repos/pydata/xarray/issues/3924,612548656,MDEyOklzc3VlQ29tbWVudDYxMjU0ODY1Ng==,30388627,2020-04-12T01:38:32Z,2020-04-12T01:38:32Z,NONE,"It's my first time to write `test` for xarray. I tried this method: `pytest test_interp.py::test_nans -v`, but all tests are skipped:
```
=================================================== test session starts ====================================================
platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /yin_raid/xin/miniconda3/envs/xarray_dev/bin/python
cachedir: .pytest_cache
rootdir: /yin_raid/xin/github/xarray, inifile: setup.cfg
collected 2 items
test_interp.py::test_nans[True] SKIPPED [ 50%]
test_interp.py::test_nans[False] SKIPPED [100%]
==================================================== 2 skipped in 0.50s ====================================================
```
How to make the test actually run?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,591643901
https://github.com/pydata/xarray/pull/3924#issuecomment-609528106,https://api.github.com/repos/pydata/xarray/issues/3924,609528106,MDEyOklzc3VlQ29tbWVudDYwOTUyODEwNg==,30388627,2020-04-06T01:57:54Z,2020-04-06T02:03:41Z,NONE,"@spencerkclark Maybe converting the datetime into number? BTW, Why not forcing numpy >= 1.18.1?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,591643901
https://github.com/pydata/xarray/pull/3924#issuecomment-608106094,https://api.github.com/repos/pydata/xarray/issues/3924,608106094,MDEyOklzc3VlQ29tbWVudDYwODEwNjA5NA==,30388627,2020-04-02T21:43:41Z,2020-04-02T21:43:41Z,NONE,"Hi @max-sixty, thanks.
If this looks well, I'm glad to add the test for it.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,591643901