diff --git a/jdaviz/tests/test_app.py b/jdaviz/tests/test_app.py index 414dc4ad34..08bb8451e9 100644 --- a/jdaviz/tests/test_app.py +++ b/jdaviz/tests/test_app.py @@ -230,6 +230,7 @@ def test_to_unit(cubeviz_helper): value = uc.to_unit(cubeviz_helper, data, cid, values, original_units, target_units) + # will be a uniform array since not wavelength dependent # so test first value in array assert np.allclose(value[0], 4.800000041882413e-08)