BRAINSia / dcm-classifier

Apache License 2.0
2 stars 1 forks source link

Fix Acquisition Type Comparsion #42

Closed CavRiley closed 7 months ago

CavRiley commented 7 months ago

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