Skip to content

Commit

Permalink
run_batch_script.yml: Temporarily allow warnings
Browse files Browse the repository at this point in the history
We don't have time to debug "RuntimeWarning: invalid value encountered in scalar divide" before
SCT course.
  • Loading branch information
joshuacwnewton committed Dec 6, 2024
1 parent c286c24 commit 23da235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_batch_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
cd "${{ github.event.repository.name }}/multi_subject/output/log"
[ "$(compgen -G "process_data_sub-0*.log")" ] # Log files should exist
[ ! "$(compgen -G "err.process_data_sub-0*.log")" ] # Error files should NOT exist
grep -iF "warning" process_data_sub-01.log
# grep -iF "warning" process_data_sub-01.log
grep -iF "error" process_data_sub-01.log

0 comments on commit 23da235

Please sign in to comment.