Skip to content

Commit 45b5e57

Browse files
Update wps_drought.py
1 parent 33e6b3b commit 45b5e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

albatross/processes/wps_drought.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def resolve_precip_input(pr_input, workdir, fallback_file):
246246
model.years = years [ phaseind [ phase ] ]
247247
# model.bootcorr(corrconf=0.95)
248248
# model.gridCheck()
249+
print("boot corr and grid check moved inside")
249250
model.crossvalpcr(xval=crv_flag)
250251
for i in range(len(model.years)):
251252
timeseries_rows.append({

0 commit comments

Comments
 (0)