Skip to content

Commit

Permalink
Fix error in 0830349
Browse files Browse the repository at this point in the history
f-string: invalid conversion character: expected 's', 'r', or 'a'
  • Loading branch information
DimitriPapadopoulos authored and FrancescAlted committed Sep 29, 2023
1 parent 767d924 commit a832f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/compress_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit a832f58

Please sign in to comment.