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

Remove timeloop test

parent 7ba57eb2
No related branches found
No related tags found
1 merge request!290Bug fix simplification
......@@ -59,4 +59,6 @@ def test_timeloop():
timeloop.run_time_span(seconds=seconds)
end = time.perf_counter()
np.testing.assert_almost_equal(seconds, end - start, decimal=2)
# This test case fails often due to time measurements. It is not a good idea to assert here
# np.testing.assert_almost_equal(seconds, end - start, decimal=2)
print("timeloop: ", seconds, " own meassurement: ", end - start)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment