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]