Update src/seismic_hazard_forecasting.py

This commit is contained in:
2025-08-22 13:52:10 +02:00
parent a97837faa2
commit 0e706d145e

View File

@@ -155,9 +155,12 @@ def compute_IMT_exceedance(rx_lat, rx_lon, r, fr, p, lambdas, D, percentages_D,
lower_bound_value = exceedance_root_function(IMT_min)
return None
mid_point_value = exceedance_root_function(IMT_mid)
return None
upper_bound_value = exceedance_root_function(IMT_max)
logger.info(f"Receiver: {str(rx_label)}")