Skip to content

Commit

Permalink
BENCH: fix syntax error in benchmarks (#9641)
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Jan 1, 2019
1 parent 193f160 commit 6c55700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/blas_lapack.py
Expand Up @@ -24,7 +24,7 @@ class GetBlasLapackFuncs(Benchmark):
'size']
params = [
['b', 'G', 'd'],
['d', 'F', '?']
['d', 'F', '?'],
['C', 'F'],
['C', 'F'],
[10, 100, 1000]
Expand Down

0 comments on commit 6c55700

Please sign in to comment.