diff --git a/PythonScripts/GUI/GeoSAM/GeoSams.py b/PythonScripts/GUI/GeoSAM/GeoSams.py index 96be6a4..afee8fd 100644 --- a/PythonScripts/GUI/GeoSAM/GeoSams.py +++ b/PythonScripts/GUI/GeoSAM/GeoSams.py @@ -528,7 +528,7 @@ def InterpAndPlotResults(self): # Lat_Lon_Grid_ABUN_ALyyyy_GB_REGION_KRIGE \ # Lat_Lon_Grid_ABUN_ALyyyy_GB_REGION_KRIGE / BIOM_yyyy_KRIGE.csv #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - pfix = os.join.path('Results', 'Lat_Lon_Grid_') + pfix = os.path.join('Results', 'Lat_Lon_Grid_') for pStr in self.paramStr: for year in years: flout = os.path.join('Results', pStr + str(year) + '_KRIGE.csv')