-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add error handling for brain age model #710
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Thank you for your interest in contributing to GaNDLF! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting minor syntactic changes.
Co-authored-by: Sarthak Pati <sarthak.pati@pennmedicine.upenn.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sir i replaced
Great! I can give the approval once the CLA is signed. |
Hi @1Pravi, have you already signed the CLA? |
Hi @1Pravi, have you already signed the CLA? |
Head branch was pushed to by a user without write access
I am following up on the CLA (#736). |
Hi Team,
This pull request improves the
brainage()
function inbrain_age.py
by adding error handling andsys.exit()
for better reliability. The changes ensure the code handles errors gracefully and provides informative feedback to users.Please review. Thanks.