Skip to content

Commit

Permalink
tests/python: teporarily relax the absolute tolerance for particle tr…
Browse files Browse the repository at this point in the history
…ack comparisons

NOTE: please cf. issue SixTrack#131 for reference
  • Loading branch information
martinschwinzerl committed Jun 30, 2020
1 parent 22a7aa5 commit ebf40ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/opencl/test_track_job_opencl.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
assert cmp_output_buffer.base != output_buffer.base

nn = cmp_output_buffer.n_objects
ABS_DIFF = 2e-14
ABS_DIFF = 5e-11

for ii in range(nn):
_cmp_particles = cmp_output_buffer.get_object(ii, cls=st.Particles)
Expand Down

0 comments on commit ebf40ff

Please sign in to comment.