Skip to content

Commit

Permalink
added warning to # of rows error in QC
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 27, 2024
1 parent 8c7db85 commit 394c1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/DWLqC.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def main():
qc(submission)

print(f'QC passed for {submission}, generating plots...')
version = submission.split('_')[3]
version = submission.split('_')[2]
print(version)
# generate plots
plots(submission, output, sub, version)
Expand Down

0 comments on commit 394c1d3

Please sign in to comment.