Skip to content

Commit

Permalink
Skip ScalingProfiler tests on MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusHolly committed Jan 10, 2025
1 parent 7ddf784 commit 8f0dead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions watertap/unit_models/tests/test_thickener_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ def perturb_solution(m):
)


@pytest.mark.requires_idaes_solver
@pytest.mark.unit
def test_scaling_profiler_with_scalers():
sp = ScalingProfiler(
Expand Down Expand Up @@ -955,6 +956,7 @@ def test_scaling_profiler_with_scalers():
assert stream.getvalue() == expected


@pytest.mark.requires_idaes_solver
@pytest.mark.unit
def test_scaling_profiler_with_iscale():
sp = ScalingProfiler(
Expand Down

0 comments on commit 8f0dead

Please sign in to comment.