Skip to content

Commit

Permalink
Update test_pyhelios.py to pass windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DimasfromLavoisier authored Aug 15, 2024
1 parent d98890a commit b9a7f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/test_pyhelios.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def test_output(export_to_file):
output = sim.join()
measurements_array, trajectory_array = pyhelios.outputToNumpy(output)

np.testing.assert_allclose(measurements_array[0, :3], np.array([474500.3, 5473580.0, 107.0001]), rtol=1e-4)
np.testing.assert_allclose(measurements_array[0, :3], np.array([474500.3, 5473570.0, 107.0001]), rtol=1e-4)
assert measurements_array.shape == (2407, 17)
assert trajectory_array.shape == (9, 7)
if export_to_file:
Expand Down

0 comments on commit b9a7f31

Please sign in to comment.