Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -1
Mimic4Dataset.py
CHANGED
@@ -197,7 +197,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
|
197 |
file_path, head = urlretrieve(_DAY_INT, "day_intervals_cohort_v22.py")
|
198 |
shutil.move(file_path, './preprocessing/day_intervals_preproc')
|
199 |
|
200 |
-
if not os.path.exists('
|
201 |
file_path, head = urlretrieve(_COHORT, "cohort.py")
|
202 |
shutil.move(file_path, './')
|
203 |
|
|
|
197 |
file_path, head = urlretrieve(_DAY_INT, "day_intervals_cohort_v22.py")
|
198 |
shutil.move(file_path, './preprocessing/day_intervals_preproc')
|
199 |
|
200 |
+
if not os.path.exists('cohort.py'):
|
201 |
file_path, head = urlretrieve(_COHORT, "cohort.py")
|
202 |
shutil.move(file_path, './')
|
203 |
|