Skip to content

Commit

Permalink
OOPS missed correction without test
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Jan 22, 2025
1 parent b4f4a4b commit 6e7fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonScripts/GUI/GeoSAM/GeoSams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6e7fb58

Please sign in to comment.