Skip to content

Commit

Permalink
fix testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 6, 2024
1 parent 177f9d0 commit 0d171b5
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 @@ -183,7 +183,7 @@ def test_overshoot_milestone(nb_its, target):
my_stepsize.milestones = [1.3]

new_value = my_stepsize.modify_value(
value=my_stepsize,
value=0.5,
nb_iterations=nb_its,
)

Expand Down

0 comments on commit 0d171b5

Please sign in to comment.