Skip to content
Snippets Groups Projects
Commit 3eb012c4 authored by Chad Hanna's avatar Chad Hanna
Browse files

make num jobs an int

parent a8610504
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ def parse_command_line():
default=None, help="Input PSD file.")
parser.add_argument("--noise-model", action="store",\
default=None, help="Specify standard noise model.")
parser.add_argument("--num-jobs", action="store",\
parser.add_argument("--num-jobs", action="store",type=int,\
default=36, help="Specify the number of jobs to run. Default: 36. This is obeyed approximately")
args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment