Skip to content

Commit

Permalink
fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrosian committed Aug 19, 2024
1 parent 9e05603 commit a8aeab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/optimagic/optimizers/test_ipopt_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from optimagic.config import IS_CYIPOPT_INSTALLED
from optimagic.optimization.optimize import minimize
from optimagic.optimizers.ipopt import Ipopt
from optimagic.paramerers.bounds import Bounds
from optimagic.parameters.bounds import Bounds

test_cases = [
{},
Expand Down

0 comments on commit a8aeab9

Please sign in to comment.