Skip to content

Commit

Permalink
fix(test_gwe_drycell_cond0): user reporting better performance with s…
Browse files Browse the repository at this point in the history
…mall change to assert setup
  • Loading branch information
emorway-usgs committed May 1, 2024
1 parent c2efa39 commit 045b87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/test_gwe_drycell_cnd0.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def check_output(idx, test):
"Pass through cell should not be as warm as its neighbor to "
"the left"
)
assert np.all(conc1[1:, 0, 0, 2] > conc1[1:, 0, 0, 3]), msg5
assert np.all(np.round(conc1[:, 0, 0, 3] - conc1[:, 0, 0, 2], 8) <= 0), msg5


# - No need to change any code below
Expand Down

0 comments on commit 045b87c

Please sign in to comment.