Skip to content

Commit

Permalink
fix test (because of inconsistent execution times in github workflow …
Browse files Browse the repository at this point in the history
…runs)
  • Loading branch information
SimonBlanke committed Nov 13, 2021
1 parent 7054fdc commit 3d21c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_memory/test_memory_warm_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ def test_memory_warm_start_1(search_space):
print("\n d_time_1 ", d_time_1)
print("\n d_time_2 ", d_time_2)

assert d_time_1 * 0.5 > d_time_2
assert d_time_1 * 0.75 > d_time_2

0 comments on commit 3d21c6d

Please sign in to comment.