Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -0
Mimic4Dataset.py
CHANGED
|
@@ -135,6 +135,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
|
| 135 |
# subprocess.run(["git", "clone", repo_url, path_bench],shell = True,capture_output=True)
|
| 136 |
|
| 137 |
Repo.clone_from(repo_url, path_bench)
|
|
|
|
| 138 |
os.makedirs(path_bench+'/'+'mimic-iv')
|
| 139 |
shutil.move(version,path_bench+'/'+'mimic-iv')
|
| 140 |
|
|
|
|
| 135 |
# subprocess.run(["git", "clone", repo_url, path_bench],shell = True,capture_output=True)
|
| 136 |
|
| 137 |
Repo.clone_from(repo_url, path_bench)
|
| 138 |
+
print("Repository cloned. \n")
|
| 139 |
os.makedirs(path_bench+'/'+'mimic-iv')
|
| 140 |
shutil.move(version,path_bench+'/'+'mimic-iv')
|
| 141 |
|