Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/dcm_classifier/study_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ def _identify_and_split_sub_volumes_pydicom(
"""
if not subseries_filenames:
return []
# Sort to prevent differences between operating systems
subseries_filenames = sorted(subseries_filenames)

INVALID_NUMERICAL_VALUE = -12345
file_info_dict = defaultdict(list)
Expand Down
Git LFS file not shown
Loading