We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cb54f commit 2df6253Copy full SHA for 2df6253
1 file changed
bench/ndarray/concatenate.py
@@ -211,7 +211,7 @@ def main():
211
212
for axis in [0, 1]:
213
print(f"\nConcatenating {num_arrays} arrays along axis {axis}")
214
- print(f"{'Size':<10} {'NumPy (GB/s)':<14} {'Unaligned (GB/s)':<18} {'Aligned (GB/s)':<16} {'Alig vs Unalig':<16} {'Aligned vs NumPy':<16}")
+ print(f"{'Size':<10} {'NumPy (GB/s)':<14} {'Unaligned (GB/s)':<18} {'Aligned (GB/s)':<16} {'Alig vs Unalig':<16} {'Alig vs NumPy':<16}")
215
print(f"{'-' * 90}")
216
217
for size in sizes:
0 commit comments