Skip to content

Commit

Permalink
TST: remove _reset_y_limits fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 9, 2024
1 parent b3e3ac3 commit 3cec14b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jdaviz/core/freezable_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _convert_units_y_limits(self, old_unit, new_unit):

if old_unit != new_unit:
if old_unit is None or new_unit is None:
self._reset_y_limits()
return

x_corners = np.array([self.x_min, self.x_min, self.x_max, self.x_max])
Expand Down

0 comments on commit 3cec14b

Please sign in to comment.