Skip to content

Commit

Permalink
Update idaes/core/util/tests/test_model_diagnostics.py
Browse files Browse the repository at this point in the history
typo

Co-authored-by: agarciadiego <[email protected]>
  • Loading branch information
dallan-keylogic and agarciadiego authored Feb 6, 2025
1 parent e83a359 commit 2cd1949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/util/tests/test_model_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def test_error_handling(self, model):
@pytest.mark.unit
def test_display_problematic_constraint_terms(self, model):
"""
This method needs to be split in a separate function
This method needs to be split into a separate function
because it takes a constraint as an argument.
"""
diag_tbx = DiagnosticsToolbox(model)
Expand Down

0 comments on commit 2cd1949

Please sign in to comment.