You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello Sir,
when I execute the "acdc_data_preparation.py" script I get errors
"Traceback (most recent call last):
File "acdc_data_preparation.py", line 593, in
group_patient_cases(complete_data_path, dest_path)
File "acdc_data_preparation.py", line 229, in group_patient_cases
cases = sorted(next(os.walk(src_path))[1])
StopIteration"
please could you tell me why and how to fix it?
The text was updated successfully, but these errors were encountered:
hello Sir,
when I execute the "acdc_data_preparation.py" script I get errors
"Traceback (most recent call last):
File "acdc_data_preparation.py", line 593, in
group_patient_cases(complete_data_path, dest_path)
File "acdc_data_preparation.py", line 229, in group_patient_cases
cases = sorted(next(os.walk(src_path))[1])
StopIteration"
please could you tell me why and how to fix it?
The text was updated successfully, but these errors were encountered: