Update src/seismic_hazard_forecasting.py

This commit is contained in:
2026-06-19 15:54:49 +02:00
parent 59955cf085
commit 18e3fd0ca3
+1 -1
View File
@@ -679,7 +679,7 @@ verbose: {verbose}")
logger.error(msg) logger.error(msg)
raise Exception(msg) raise Exception(msg)
if lambdas[0] == None: if lambdas == None:
msg = "Activity rate modeling was not selected and custom activity rate was not provided; cannot continue..." msg = "Activity rate modeling was not selected and custom activity rate was not provided; cannot continue..."
logger.error(msg) logger.error(msg)
raise Exception(msg) raise Exception(msg)