This pull request fixes the bug when the classifier attempts to organize dicom volumes by AcquisitionTime by converting the default sanitized value for the field into a string.
Implementation
Default sanitization value is set to the string 000000.00 so comparison will not fail on comparing strings and ints.
Testing
Classifier was tested and outputs were as expected.
Overview
This pull request fixes the bug when the classifier attempts to organize dicom volumes by AcquisitionTime by converting the default sanitized value for the field into a string.
Implementation
Default sanitization value is set to the string 000000.00 so comparison will not fail on comparing strings and ints.
Testing
Classifier was tested and outputs were as expected.
Problems Faced
N/A
Notes
N/A