Update src/seismic_hazard_forecasting.py

This commit is contained in:
2025-08-22 16:11:23 +02:00
parent 85a37cdd4f
commit 2002114425

View File

@@ -5,7 +5,7 @@ from scipy.optimize import root_scalar
from timeit import default_timer as timer from timeit import default_timer as timer
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
import mpmath
from openquake.hazardlib.geo import Point #This class represents a geographical point in terms of longitude, latitude, and depth (with respect to the Earth surface). from openquake.hazardlib.geo import Point #This class represents a geographical point in terms of longitude, latitude, and depth (with respect to the Earth surface).
from openquake.hazardlib.geo.surface.planar import PlanarSurface from openquake.hazardlib.geo.surface.planar import PlanarSurface
from openquake.hazardlib.source.characteristic import CharacteristicFaultSource from openquake.hazardlib.source.characteristic import CharacteristicFaultSource