Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 15, 2024
1 parent 8399a26 commit ad583ec
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 @@ -175,7 +175,7 @@ def test_overshoot_milestone(nb_its=1, target=4):
"""

my_stepsize = F.Stepsize(initial_value=0.1)
my_stepsize.growth_factor = 2.0
my_stepsize.growth_factor = 5.0
my_stepsize.target_nb_iterations = target

my_stepsize.milestones = [1.3]
Expand Down

0 comments on commit ad583ec

Please sign in to comment.