Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the last CI run for Windows w/ OpenMP the `initialize_from_array.py.analysis` fails due to tolerance. Since this uses OpenMP, I think we could just relax the tolerance a little. ``` 119/121 Test #119: initialize_from_array.py.analysis ...***Failed 0.51 sec Filepaths on WINDOWS platforms may not contain slashes '/'! Replacing with backslashes '\' unconditionally! Initial Beam: sig x=1.46e-03, sig y=1.46e-03, sig z=1.00e-03 sig px=1.00e+01, sig py=9.97e+00, sig pz=2.01e+02 rtol=0.006324555320336759 (ignored: atol~=0.0) Traceback (most recent call last): File "D:\a\impactx\impactx\examples\initialize_from_array\analyze_from_array.py", line 60, in <module> assert np.allclose( ^^^^^^^^^^^^ AssertionError ```
- Loading branch information