Skip to content

Commit

Permalink
fixup! Update prediction scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 27, 2023
1 parent 786ee06 commit 2b25d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/acc/libsmm_acc/predict/prepare_training_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ def main(data_path, algorithms_to_prep, arch, n_jobs, chunk_size, skip_derived_d
"--skip_derived_data",
type=bool,
default=False,
help="Skip the computation of derived data. Set to true if computing baseline & max records for each algorithm separately",
help=("Skip the computation of derived data. Set to true if computing baseline & max records for "
"each algorithm separately"),
)

args = parser.parse_args()
Expand Down

0 comments on commit 2b25d82

Please sign in to comment.