DOI-USGS / lake-temperature-process-models

Creative Commons Zero v1.0 Universal
1 stars 4 forks source link

Reduce to max of 2 retries #49

Closed hcorson-dosch-usgs closed 2 years ago

hcorson-dosch-usgs commented 2 years ago

In main codebase, drop from 5 to 2 max_tries within the retry() code chunk. This makes it consistent with how we've been running model runs on Tallgrass -- those have been run within the denali_glm_tests branch on Tallgrass, which makes this reduction and also times different parts of the run_glm3_model() Function. For the next full re-runs I'd like to run on the main branch and keep that drop in max_tries but not the timing variables, as they increase the size of the tibble returned by run_glm3_model()

hcorson-dosch-usgs commented 2 years ago

Merging b/c already tested and very minor