We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea918cc commit 7e4019cCopy full SHA for 7e4019c
tests/performance_boundaries.py
@@ -46,7 +46,7 @@ def main():
46
laplace = grid.get_operator("laplace", bc=bcs)
47
# call once to pre-compile and test result
48
np.testing.assert_allclose(laplace(field.data), result)
49
- # estimate the spped
+ # estimate the speed
50
speed = estimate_computation_speed(laplace, field.data)
51
print(f"{bc:>8s}:{int(speed):>9d}")
52
0 commit comments