Skip to content

Commit 7e4019c

Browse files
committed
Fixed typo
1 parent ea918cc commit 7e4019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance_boundaries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
laplace = grid.get_operator("laplace", bc=bcs)
4747
# call once to pre-compile and test result
4848
np.testing.assert_allclose(laplace(field.data), result)
49-
# estimate the spped
49+
# estimate the speed
5050
speed = estimate_computation_speed(laplace, field.data)
5151
print(f"{bc:>8s}:{int(speed):>9d}")
5252

0 commit comments

Comments
 (0)