We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c010735 commit 9f9e4d1Copy full SHA for 9f9e4d1
test/test_modules/test_compute_times_for_grids.py
@@ -62,7 +62,6 @@ def test_compute_time_topo_dense_grid():
62
print(f"Computation time with topography and dense grid 125*50*50: {computation_time_topo_dense:.2f} seconds")
63
64
# Assert that dense takes longer than topo and that the sum of both is close
65
- assert computation_time_dense > computation_time_topo
66
assert computation_time_topo_dense > computation_time_dense
67
68
0 commit comments