Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Aug 6, 2024
1 parent 6975cb6 commit a61df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/solver/tests/unit/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def test_solver_options_behavior(self):
with self.assertRaises(ValueError):
solver._map_config(solver_options={'max_iter': 4}, options={'max_iter': 6})

# Test that assignment to maps to set_vlaue:
# Test that assignment to maps to set_value:
solver = _LegacyWrappedSolverBase()
config = ConfigDict(implicit=True)
config.declare(
Expand Down

0 comments on commit a61df0c

Please sign in to comment.