Skip to content

Commit

Permalink
add run ranges and special ledcal
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Oct 23, 2024
1 parent e37e840 commit 0f64bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amstrax/auto_processing_new/offline_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_run_ids_from_args(args):
run_ids = run_ids[args.start_from : args.start_from + args.max_runs]
run_ids = [f"{int(run_id):06}" for run_id in run_ids]

log.info(f"We are about to process {len(run_docs)} runs.")
log.info(f"We are about to process {len(run_ids)} runs.")

return run_ids

Expand Down

0 comments on commit 0f64bb5

Please sign in to comment.