Skip to content

Conversation

Mogtaba-Alim
Copy link
Contributor

Created the keep_running flag, which allows users to keep the pipeline running even when a single patient fails.

Copy link
Collaborator

@strixy16 strixy16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but need to use the venv logger for the error message, not just print statement. See other errors in file for syntax.

###### END featureExtraction #######
except Exception as e:
if keep_running:
print(f"Error processing patient {patID}, series {ctSeriesID}: {e}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to use the logger for this - see line 124 (error in singleRadiomicFeatureExtraction)

@strixy16 strixy16 merged commit 0c95c80 into main Sep 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants