Skip to content
Snippets Groups Projects

Resolve "release v1.2.0"

Merged Ghost User requested to merge release_v1.2.0 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -29,11 +29,11 @@ def prepare_host(create_new=True, data_path=None, sampling="daily") -> str:
user = getpass.getuser()
runner_regex = re.compile(r"runner-.*-project-2411-concurrent-\d+")
if hostname == "ZAM144":
data_path = f"/home/{user}/Data/toar_{sampling}/"
data_path = f"/home/{user}/Data/toar/"
elif hostname == "zam347":
data_path = f"/home/{user}/Data/toar_{sampling}/"
data_path = f"/home/{user}/Data/toar/"
elif (len(hostname) > 2) and (hostname[:2] == "jr"):
data_path = f"/p/project/cjjsc42/{user}/DATA/toar_{sampling}/"
data_path = f"/p/project/cjjsc42/{user}/DATA/toar/"
elif (len(hostname) > 2) and (hostname[:2] in ['jw', 'ju'] or hostname[:5] in ['hdfml']):
data_path = f"/p/project/deepacf/intelliaq/{user}/DATA/MLAIR/"
elif runner_regex.match(hostname) is not None:
Loading