diff --git a/bench/compress_numpy.py b/bench/compress_numpy.py index f49c5ab3..e124df4e 100644 --- a/bench/compress_numpy.py +++ b/bench/compress_numpy.py @@ -24,7 +24,7 @@ blosc2.print_versions() -print(f"Creating NumPy arrays with 10**{Nexp!d} int64/float64 elements:") +print(f"Creating NumPy arrays with 10**{Nexp} int64/float64 elements:") arrays = ( (np.arange(N, dtype=np.int64), "the arange linear distribution"), (np.linspace(0, 10_000, N), "the linspace linear distribution"),