Update src/seismic_hazard_forecasting.py

This commit is contained in:
2025-08-22 14:31:10 +02:00
parent a67ca1980c
commit 96c0b7060d

View File

@@ -165,7 +165,8 @@ def compute_IMT_exceedance(rx_lat, rx_lon, r, fr, p, lambdas, D, percentages_D,
#logger.info(f"Receiver: {str(rx_label)}")
logger.info(f"Receiver: {str(rx_label)}")
return None
#logger.info(f"Function value at {imt} = {str(IMT_min)} : {lower_bound_value}")
#logger.info(f"Function value at {imt} = {str(IMT_mid)} : {mid_point_value}")
#logger.info(f"Function value at {imt} = {str(IMT_max)} : {upper_bound_value}")