From 71ef7ca2e1ade4f0a0b2283a4d36c42dfcf1f54c Mon Sep 17 00:00:00 2001 From: Virginia Morales Date: Mon, 23 Sep 2024 14:19:29 +0200 Subject: [PATCH] add blank line Signed-off-by: Virginia Morales --- docs/general_workflow.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/general_workflow.rst b/docs/general_workflow.rst index b1115d80..51d8aebd 100644 --- a/docs/general_workflow.rst +++ b/docs/general_workflow.rst @@ -166,4 +166,5 @@ To calculate risk measures for a specific asset, scenario, year, vulnerability m When using hazard data: it compares hazard parameters to the predefined threshold bounds. It returns a score based on the severity of the hazard, or NODATA if the parameter is invalid. - Otherwise: the method calculates two impact measures from historical and future data. It then determines the score category based on whether these measures fall within predefined ranges and returns a Measure object with the score and the first measure value. \ No newline at end of file + Otherwise: the method calculates two impact measures from historical and future data. It then determines the score category based on whether these measures fall within predefined ranges and returns a Measure object with the score and the first measure value. + \ No newline at end of file