diff --git a/tests/test_solver_options.py b/tests/test_solver_options.py index 9c4065518..3ba07ca3e 100644 --- a/tests/test_solver_options.py +++ b/tests/test_solver_options.py @@ -126,4 +126,3 @@ def test_ipopt_solver_options(): solver.set_nlp_scaling_method("gradient-fiesta") assert solver.nlp_scaling_method == "gradient-fiesta" - \ No newline at end of file