Skip to content

Commit 7f6dc99

Browse files
authored
adjust tolerance to allow for precision level diffs introduced by upstream changes
1 parent 7643b9b commit 7f6dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci_tests/utests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test(self):
107107
# print (hts_850)
108108
hts_850 = interplevel(hts, p, 850)
109109

110-
nt.assert_allclose(to_np(hts_850), ref_ht_850)
110+
nt.assert_allclose(to_np(hts_850), ref_ht_850, rtol=1e-06)
111111

112112
elif (varname == "vertcross"):
113113
ref_ht_cross = _get_refvals(referent, "vertcross", repeat, multi)

0 commit comments

Comments
 (0)