Replies: 1 comment
-
Dear Daniel, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running the notebook case study 1 - TC in Moz https://github.com/CLIMADA-project/climada_papers/blob/main/archive/202303_parametric_insurance_framework/Case%20study%201%20-%20TC%20in%20MOZ.ipynb
I encountered an issue with the following cell:
#Get Hazard and exposure data
hazard_name = 'tc'
hazard, hazard_present_folder, hospitals, insured = fct.wrapper_haz_exp(
hazard_name, country_iso, country_name, impf_id,
project_path, basin, bounds
)
This cell has been running for over 4 hours without completing or providing any response. Could you provide any insights into the expected execution time for this function?
Daniel
Beta Was this translation helpful? Give feedback.
All reactions