Update src/seismic_hazard_forecasting.py
This commit is contained in:
@@ -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)
|
lower_bound_value = exceedance_root_function(IMT_min)
|
||||||
|
|
||||||
return None
|
|
||||||
|
|
||||||
mid_point_value = exceedance_root_function(IMT_mid)
|
mid_point_value = exceedance_root_function(IMT_mid)
|
||||||
|
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
upper_bound_value = exceedance_root_function(IMT_max)
|
upper_bound_value = exceedance_root_function(IMT_max)
|
||||||
|
|
||||||
logger.info(f"Receiver: {str(rx_label)}")
|
logger.info(f"Receiver: {str(rx_label)}")
|
||||||
|
Reference in New Issue
Block a user