File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99logging .getLogger (__name__ ).addHandler (stream_handler )
1010
1111__author__ = "Maxence Larose"
12- __version__ = "1.2.2 "
12+ __version__ = "1.2.3 "
1313__copyright__ = "Copyright 2022, Maxence Larose"
1414__credits__ = ["Maxence Larose" ]
1515__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ def create(
262262 organs_to_keep = [organs_to_keep ]
263263
264264 with h5py .File (self .path_to_database , "w" ) as file :
265+ patients_data_extractor .reset ()
265266 number_of_patients = len (patients_data_extractor )
266267 for patient_idx , patient_dataset in enumerate (patients_data_extractor ):
267268 patient_id = patient_dataset .patient_id
Original file line number Diff line number Diff line change 22
33setuptools .setup (
44 name = "delia" ,
5- version = "1.2.2 " ,
5+ version = "1.2.3 " ,
66 author = "Maxence Larose" ,
77 author_email = "maxence.larose.1@ulaval.ca" ,
88 description = "DICOM Extraction for Large-scale Image Analysis (DELIA)." ,
You can’t perform that action at this time.
0 commit comments