Skip to content

Commit

Permalink
remove assert on initial limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 13, 2024
1 parent 05440ed commit 7e297dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ def test_limits_on_unit_change(cubeviz_helper, start_unit, end_unit,

uc_plg = cubeviz_helper.plugins['Unit Conversion']
sv = cubeviz_helper.viewers['spectrum-viewer']
assert np.allclose(sv._obj.get_limits(), (4.622800069238093e-07, 7.76989251185206e-07, 90, 110))
sv.set_limits(x_min=5e-7, x_max=6e-7, y_min=100, y_max=105)

uc_plg.flux_unit = end_unit
Expand Down

0 comments on commit 7e297dd

Please sign in to comment.