Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 5, 2024
1 parent 5a03a55 commit 177f9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stepsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_overshoot_milestone(nb_its, target):
my_stepsize.cutback_factor = 0.9
my_stepsize.target_nb_iterations = target

my_stepsize.milestones = [1.3, 2.5]
my_stepsize.milestones = [1.3]

new_value = my_stepsize.modify_value(
value=my_stepsize,
Expand Down

0 comments on commit 177f9d0

Please sign in to comment.