Skip to content

Commit d90e6e8

Browse files
authored
Update analysis.py
1 parent 4a486f5 commit d90e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Tests/point_of_contact_EB/analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
print("percentage error for ny = %5.2f %%" %(diff_ny *100))
6868
print("nz = %5.2f " %(nz[0]))
6969

70-
assert (diff_x < tolerance) and (diff_y < tolerance) and (np.abs(z[0]) < 1e-8) and (diff_step < 1e-8) and (diff_time < tolerance_t) and (diff_nx < tolerance_n) and (diff_ny < tolerance_n) and (np.abs(nz) < 1e-8) , 'Test point_of_contact did not pass'
70+
assert (diff_x < tolerance) and (diff_y < tolerance) and (np.abs(z[0]) < 1e-8) and (diff_step < 1e-8) and (diff_delta < tolerance_t) and (diff_nx < tolerance_n) and (diff_ny < tolerance_n) and (np.abs(nz) < 1e-8) , 'Test point_of_contact did not pass'

0 commit comments

Comments
 (0)