We have a_nan in conftest.py (
)
but we don't use it everywhere. For example in test_deterministic.py we add nans to the array in the test function (
)
We should update the tests to use a_nan.
We may also want to create a a_nan_dask to test in the dask functions
We have
a_nanin conftest.py (xskillscore/xskillscore/tests/conftest.py
Line 60 in da06b06
but we don't use it everywhere. For example in
test_deterministic.pywe add nans to the array in the test function (xskillscore/xskillscore/tests/test_deterministic.py
Line 144 in da06b06
We should update the tests to use
a_nan.We may also want to create a
a_nan_daskto test in the dask functions