Skip to content

Commit

Permalink
run ids from file
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Oct 23, 2024
1 parent 1209b44 commit 0d2df48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amstrax/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ def run_ids_from_file(filename):
run_ids.append(f"{int(line):06d}")

print(f"Found {len(run_ids)} runs in {filename}")

return run_ids

0 comments on commit 0d2df48

Please sign in to comment.