Skip to content

Commit

Permalink
Merge pull request #367 from tgrogers/dev
Browse files Browse the repository at this point in the history
Some minor updates
  • Loading branch information
tgrogers authored Feb 12, 2025
2 parents 6290d03 + c2a795c commit c5296df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/job_launching/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def parse_run_simulations_options():
dest="configs_list",
help="a comma seperated list of configs to run. See configs/define-*.yml for "
+ "the config names.",
default="GTX480",
default="QV100",
)
parser.add_option(
"-p",
Expand Down

0 comments on commit c5296df

Please sign in to comment.