Skip to content

Commit

Permalink
Update test_nonconstant_bounds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
milzj committed Feb 10, 2024
1 parent 2a80aef commit 1e62cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/algorithms/test_nonconstant_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from algorithms import FrankWolfe, MoolaBoxLMO
from problem import ScaledL1Norm, BoxConstraints
from stepsize import DemyanovRubinovAdaptiveStepSize
from stepsize import DemyanovRubinovOptimalStepSize

# Source https://github.com/dolfin-adjoint/pyadjoint/blob/master/pyadjoint/verification.py
def convergence_rates(E_values, eps_values, show=True):
Expand Down

0 comments on commit 1e62cda

Please sign in to comment.