Skip to content

Commit 28b8849

Browse files
authored
fix ldc2d_unsteady test case (#67)
1 parent a22f632 commit 28b8849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models/test_ldc2d_unsteady_t.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_ldc2d_unsteady_t_1():
124124
"standard/ldc2d_unsteady_t.npz", allow_pickle=True)
125125
solution = standard_value['dst_solution'].tolist()
126126
static_rslt = ldc2d_unsteady_t()
127-
compare(solution, static_rslt)
127+
compare(solution, static_rslt, delta=1e-5)
128128

129129

130130
if __name__ == '__main__':

0 commit comments

Comments
 (0)