Skip to content

Commit 9f9e4d1

Browse files
committed
[HOTFIX/TEST] Remove flaky assert
1 parent c010735 commit 9f9e4d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_modules/test_compute_times_for_grids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def test_compute_time_topo_dense_grid():
6262
print(f"Computation time with topography and dense grid 125*50*50: {computation_time_topo_dense:.2f} seconds")
6363

6464
# Assert that dense takes longer than topo and that the sum of both is close
65-
assert computation_time_dense > computation_time_topo
6665
assert computation_time_topo_dense > computation_time_dense
6766

6867

0 commit comments

Comments
 (0)