Skip to content

Commit

Permalink
Fixing noisy test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed Mar 15, 2024
1 parent 2d8afda commit a4a84dd
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 @@ -2282,7 +2282,7 @@ def test_run_ipopt_with_stats(self):
assert iters == 1
assert iters_in_restoration == 0
assert iters_w_regularization == 0
assert time < 0.01
assert isinstance(time, float)

@pytest.mark.component
@pytest.mark.solver
Expand Down

0 comments on commit a4a84dd

Please sign in to comment.