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

Remove timeloop test

parent 7ba57eb2
Branches
Tags
No related merge requests found
Pipeline #38741 passed
...@@ -59,4 +59,6 @@ def test_timeloop(): ...@@ -59,4 +59,6 @@ def test_timeloop():
timeloop.run_time_span(seconds=seconds) timeloop.run_time_span(seconds=seconds)
end = time.perf_counter() 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 register or to comment