Skip to content

Commit c5296df

Browse files
authored
Merge pull request #367 from tgrogers/dev
Some minor updates
2 parents 6290d03 + c2a795c commit c5296df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/job_launching/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def parse_run_simulations_options():
239239
dest="configs_list",
240240
help="a comma seperated list of configs to run. See configs/define-*.yml for "
241241
+ "the config names.",
242-
default="GTX480",
242+
default="QV100",
243243
)
244244
parser.add_option(
245245
"-p",

0 commit comments

Comments
 (0)