2DegreesInvesting/r2dii.climate.stress.test

`set_params_st.R` needed for webtools

cjyetman opened this issue · 1 comments

@MirijaHa #233 breaks the web tools my removing R/set_params_st.R, which is sourced here:

source(file.path(stress_test_path, "R", "set_params_st.R"))

and here:

Thanks for noticing.
The function that is defined in the file set_project_parameters is not called from web_tool_external_stress_test.R and web_tool_stress_test.R, which is why I did not notice. I will open a follow up that removes the lines you posted.