Skip to content

Commit

Permalink
Missed committing a file
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jan 16, 2025
1 parent 2d0d4b0 commit 2bf7a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2bf7a25

Please sign in to comment.