Skip to content

Commit

Permalink
black formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 6, 2024
1 parent e8bd6dd commit 436bb60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_stepsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +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.7
)

expected_value = 1.3
Expand Down

0 comments on commit 436bb60

Please sign in to comment.