From 2bf7a25e6497ba1f87c05a5b8f8278e0b816387d Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Thu, 16 Jan 2025 10:59:53 -0500 Subject: [PATCH] Missed committing a file --- .../cubeviz/plugins/moment_maps/tests/test_moment_maps.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jdaviz/configs/cubeviz/plugins/moment_maps/tests/test_moment_maps.py b/jdaviz/configs/cubeviz/plugins/moment_maps/tests/test_moment_maps.py index 4ee0f26819..821dee36d3 100644 --- a/jdaviz/configs/cubeviz/plugins/moment_maps/tests/test_moment_maps.py +++ b/jdaviz/configs/cubeviz/plugins/moment_maps/tests/test_moment_maps.py @@ -30,6 +30,7 @@ def test_user_api(cubeviz_helper, spectrum1d_cube, spectrum1d_cube_sb_unit, cube cubeviz_helper.load_data(cube, data_label='test') mm = cubeviz_helper.plugins['Moment Maps'] + print(mm._obj.continuum_marks) assert not mm._obj.continuum_marks['center'].visible with mm.as_active(): assert mm._obj.continuum_marks['center'].visible diff --git a/pyproject.toml b/pyproject.toml index 5951a3ae37..f213d2c8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "ipywidgets>=8.0.6", "solara>=1.40.0", "pyyaml>=5.4.1", - "specutils>=2.0", + "specutils>1.9", "specreduce>=1.4.1", "photutils>=1.4", "glue-astronomy>=0.10",