Skip to content

Commit

Permalink
Remove unused parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed May 7, 2021
1 parent de93926 commit d82e6d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/arpack/arpack_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import sys
import time

OMP_NUM_THREADS = sys.argv[2]
nworkers = int(sys.argv[1])
n = 40000
nruns = 11
Expand Down
1 change: 0 additions & 1 deletion benchmarks/arpack/arpack_reference_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import sys
import time

OMP_NUM_THREADS = sys.argv[2]
nworkers = int(sys.argv[1])
n = 40000
nruns = 11
Expand Down

0 comments on commit d82e6d5

Please sign in to comment.