Skip to content
Snippets Groups Projects
Commit de6eb455 authored by Markus Holzer's avatar Markus Holzer
Browse files

Lowerd accuracy for timeloop test

parent f71b203b
No related branches found
No related tags found
1 merge request!172Warning fixes in setup.py
......@@ -59,4 +59,4 @@ def test_timeloop():
timeloop.run_time_span(seconds=seconds)
end = time.perf_counter()
np.testing.assert_almost_equal(seconds, end - start, decimal=3)
np.testing.assert_almost_equal(seconds, end - start, decimal=2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment