Update src/seismic_hazard_forecasting.py

This commit is contained in:
2025-08-22 14:50:28 +02:00
parent a878f47636
commit 7c450ffeb8

View File

@@ -693,7 +693,6 @@ verbose: {verbose}")
logger.info(f"Ground motion exceedance computation time: {round(end - start, 1)} seconds") logger.info(f"Ground motion exceedance computation time: {round(end - start, 1)} seconds")
logger.info("Test3 run finished") logger.info("Test3 run finished")
sys.exit()
if np.isnan(iml_grid_raw).all(): if np.isnan(iml_grid_raw).all():
msg = "No valid ground motion intensity measures were forecasted. Try a different ground motion model." msg = "No valid ground motion intensity measures were forecasted. Try a different ground motion model."