Update src/seismic_hazard_forecasting.py
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user