Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 13, 2024
1 parent b17e8c1 commit cc07c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shapeout2/gui/widgets/rangecontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ def map_spin_values_to_range_slider(self):
# limits
lmin = self.minimum
lmax = self.maximum
assert lmin <= smin
assert lmax >= smax

# current range slider limits [a.u.]
rmin = self.range_slider.min()
rmax = self.range_slider.max()
Expand Down

0 comments on commit cc07c85

Please sign in to comment.