Invalid inputs to non required feilds are not being caught and are causing an "INVALID" modality classification.
To Reproduce:
Talk to Ivan about getting the anonymized dataset securly tranfered.
put a break point at line 275 of the image_type_inference
Run it though classify_study.pyExpected behavior:
Inputs are sanitiezed of any possible invalid inputs. Ie invalid inputs to non required functions do not cause failure
Actual Behavior:
Invalid input throws an error when convering to numeric inputs and then gets classified as INVALIDScreenshots:
Describe the bug:
Invalid inputs to non required feilds are not being caught and are causing an "INVALID" modality classification.
To Reproduce:
image_type_inference
classify_study.py
Expected behavior: Inputs are sanitiezed of any possible invalid inputs. Ie invalid inputs to non required functions do not cause failure Actual Behavior: Invalid input throws an error when convering to numeric inputs and then gets classified asINVALID
Screenshots:Additional context:
Logs
Possible Fix