Skip to content

Commit

Permalink
reword error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dallan-keylogic committed Feb 6, 2025
1 parent ac07433 commit e83a359
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 @@ -279,7 +279,7 @@ def test_display_problematic_constraint_terms(self, model):
match=self.err_msg(3),
):
diag_tbx.display_problematic_constraint_terms(model.con_y[1])
# Right now the error message should show whether or not
# The current implementation shows an error message whether or not
# a problematic constraint is called.
with pytest.raises(
RuntimeError,
Expand Down

0 comments on commit e83a359

Please sign in to comment.