Skip to content

Commit

Permalink
remove delay_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 9, 2024
1 parent 6411bf2 commit 5a1b45b
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 @@ -72,7 +72,6 @@ def _convert_units_y_limits(self, old_unit, new_unit):
flux=y_corners * u.Unit(old_unit))
y_corners_new = flux_conversion(y_corners, old_unit, new_unit, spec)

#with delay_callback(self, 'y_min', 'y_max'):
self.y_min = np.nanmin(y_corners_new)
self.y_max = np.nanmax(y_corners_new)

Expand Down

0 comments on commit 5a1b45b

Please sign in to comment.