Skip to content

Commit

Permalink
undo test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 13, 2024
1 parent ce020b3 commit 5558642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CIME/tests/test_unit_baselines_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@ def test_perf_compare_memory_baseline_no_baseline(
(below_tolerance, comment) = performance.perf_compare_memory_baseline(case)

assert below_tolerance
assert comment == "MEMCOMP: No baseline memory file present"
assert (
comment
== "MEMCOMP: Memory usage highwater changed by 0.00%: baseline=0.000 MB, tolerance=5%, current=1003.000 MB"
)

@mock.patch("CIME.baselines.performance.get_cpl_mem_usage")
@mock.patch("CIME.baselines.performance.read_baseline_file")
Expand Down

0 comments on commit 5558642

Please sign in to comment.