Skip to content

Commit

Permalink
updating test values
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 6, 2024
1 parent 7fd4921 commit b154cd0
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):

current_value = 0.5
new_value = my_stepsize.modify_value(
value=current_value, nb_iterations=nb_its, t=0.7
value=current_value, nb_iterations=nb_its, t=0.9
)

expected_value = 1.3
Expand Down

0 comments on commit b154cd0

Please sign in to comment.