Skip to content

Commit

Permalink
style: fix missing whitespace between operators (OSGeo#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored and a0x8o committed Jul 2, 2024
1 parent f720eb6 commit 66ecc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.texture/benchmark/benchmark_rtexture.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
metrics = ["time", "speedup", "efficiency"]

for mapsize in mapsizes:
benchmark(int(mapsize**0.5), f"r.texture_{int(mapsize/1e6)}M", results)
benchmark(int(mapsize**0.5), f"r.texture_{int(mapsize / 1e6)}M", results)

for metric in metrics:
bm.nprocs_plot(
Expand Down

0 comments on commit 66ecc9c

Please sign in to comment.