From ba347c7c4a1957f99238ff0012e507996988bddd Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Wed, 27 Nov 2024 22:34:27 -0500 Subject: [PATCH] . --- jdaviz/configs/cubeviz/plugins/tests/test_cubeviz_aperphot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/cubeviz/plugins/tests/test_cubeviz_aperphot.py b/jdaviz/configs/cubeviz/plugins/tests/test_cubeviz_aperphot.py index 888c7d9659..66ec5b972e 100644 --- a/jdaviz/configs/cubeviz/plugins/tests/test_cubeviz_aperphot.py +++ b/jdaviz/configs/cubeviz/plugins/tests/test_cubeviz_aperphot.py @@ -215,7 +215,7 @@ def test_cubeviz_aperphot_cube_orig_flux_mjysr(cubeviz_helper, aper = RectanglePixelRegion(center=PixCoord(x=3, y=1), width=1, height=1) bg = RectanglePixelRegion(center=PixCoord(x=2, y=0), width=1, height=1) cubeviz_helper.plugins['Subset Tools'].import_region([aper, bg], - combination_mode='new') + combination_mode='new') plg = cubeviz_helper.plugins["Aperture Photometry"]._obj plg.dataset_selected = "test[FLUX]"