From c433f0732455b00bd27e54ca9b1652892811171e Mon Sep 17 00:00:00 2001 From: jochenstahn Date: Thu, 13 Jun 2024 13:58:17 +0200 Subject: [PATCH] cach path update --- libeos/file_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeos/file_reader.py b/libeos/file_reader.py index 6fd38d8..e59aa51 100644 --- a/libeos/file_reader.py +++ b/libeos/file_reader.py @@ -281,7 +281,7 @@ class AmorData: year_date = str(self.start_date).replace('-', '/', 1) #cachePath = '/home/amor/nicosdata/amor/cache/' #cachePath = '/home/nicos/amorcache/' - cachePath = '/home/nicos/cache/' + cachePath = '/home/amor/cache/' value = str(subprocess.getoutput(f'/usr/bin/grep "value" {cachePath}nicos-mu/{year_date}')).split('\t')[-1] self.mu = float(value) value = str(subprocess.getoutput(f'/usr/bin/grep "value" {cachePath}nicos-nu/{year_date}')).split('\t')[-1]