Skip to content

Commit

Permalink
Fix typos in run_benchmark.py
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
  • Loading branch information
msulprizio committed Apr 3, 2023
1 parent 189287e commit 748f48f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions benchmark/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,8 @@ def run_benchmark_default(config):
dst=gchp_vs_gcc_resultsdir,
weightsdir=config["paths"]["weights_dir"],
plot_by_spc_cat=config["options"]["outputs"]["plot_options"][
"by_spc_cat"
"by_spc_cat"],
benchmark_type=config["options"]["bmk_type"],
],
overwrite=True,
sigdiff_files=gchp_vs_gcc_sigdiff,
spcdb_dir=spcdb_dir,
Expand Down Expand Up @@ -1150,9 +1149,8 @@ def run_benchmark_default(config):
dst=gchp_vs_gchp_resultsdir,
weightsdir=config["paths"]["weights_dir"],
plot_by_spc_cat=config["options"]["outputs"]["plot_options"][
"by_spc_cat"
"by_spc_cat"],
benchmark_type=config["options"]["bmk_type"],
],
overwrite=True,
sigdiff_files=gchp_vs_gchp_sigdiff,
spcdb_dir=spcdb_dir,
Expand Down Expand Up @@ -1189,11 +1187,9 @@ def run_benchmark_default(config):
dst=gchp_vs_gchp_resultsdir,
weightsdir=config["paths"]["weights_dir"],
plot_by_spc_cat=config["options"]["outputs"]["plot_options"][
"by_spc_cat"
],
"by_spc_cat"],
plot_by_hco_cat=config["options"]["outputs"]["plot_options"][
"by_hco_cat"
],
"by_hco_cat"],
benchmark_type=config["options"]["bmk_type"],
overwrite=True,
sigdiff_files=gchp_vs_gchp_sigdiff,
Expand Down

0 comments on commit 748f48f

Please sign in to comment.