From c26c5e15518b07248e40bbee338d9729df52d0bc Mon Sep 17 00:00:00 2001 From: gibsongreen Date: Fri, 31 May 2024 14:29:34 -0400 Subject: [PATCH] readd accidentally deleted comment --- jdaviz/tests/test_app.py | 1 + 1 file changed, 1 insertion(+) 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)