thbndi commited on
Commit
d020482
·
verified ·
1 Parent(s): 5f417e2

Update Mimic4Dataset.py

Browse files
Files changed (1) hide show
  1. Mimic4Dataset.py +1 -1
Mimic4Dataset.py CHANGED
@@ -129,7 +129,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
129
 
130
  #####################clone git repo if doesnt exists
131
  repo_url='https://github.com/healthylaife/MIMIC-IV-Data-Pipeline'
132
- path_bench = './MIMIC-IV-Data-Pipeline'
133
  if not os.path.exists(path_bench):
134
  # subprocess.run(["git", "clone", repo_url, path_bench],shell = True,capture_output=True)
135
 
 
129
 
130
  #####################clone git repo if doesnt exists
131
  repo_url='https://github.com/healthylaife/MIMIC-IV-Data-Pipeline'
132
+ path_bench = os.path.abspath('./').replace('\\','/')+'/MIMIC-IV-Data-Pipeline'
133
  if not os.path.exists(path_bench):
134
  # subprocess.run(["git", "clone", repo_url, path_bench],shell = True,capture_output=True)
135