From 2970085f4a5d7d909a1dddb6e6d1d65c359a5f91 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Tue, 4 Feb 2020 10:47:14 +0100 Subject: [PATCH] changed host name for new vm --- requirements.txt | 2 +- src/helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ccd09ef..227da2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyshp six pyproj shapely -cartopy==0.16.0 +Cartopy==0.16.0 matplotlib pillow scipy \ No newline at end of file diff --git a/src/helpers.py b/src/helpers.py index a4ce625c..0fccf15b 100644 --- a/src/helpers.py +++ b/src/helpers.py @@ -99,7 +99,7 @@ def prepare_host(create_new=True): path = f'/home/{user}/Data/toar_daily/' elif hostname == 'zam347': path = f'/home/{user}/Data/toar_daily/' - elif hostname == 'linux-gzsx': + elif hostname == 'linux-aa9b': path = f'/home/{user}/machinelearningtools/data/toar_daily/' elif (len(hostname) > 2) and (hostname[:2] == 'jr'): path = f'/p/project/cjjsc42/{user}/DATA/toar_daily/' -- GitLab