Skip to content

Commit f76def3

Browse files
authored
Merge pull request numpy#26877 from DimitriPapadopoulos/ISC
BUG: start applying ruff/flake8-implicit-str-concat rules (ISC)
2 parents 4be1b63 + e94bd89 commit f76def3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_ufunc_strides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class _AbstractBinary(Benchmark):
1010
params = []
11-
param_names = ['ufunc', 'stride_in0', 'stride_in1' 'stride_out', 'dtype']
11+
param_names = ['ufunc', 'stride_in0', 'stride_in1', 'stride_out', 'dtype']
1212
timeout = 10
1313
arrlen = 10000
1414
data_finite = True

0 commit comments

Comments
 (0)