Update src/seismic_hazard_forecasting.py

This commit is contained in:
ftong 2025-06-30 18:29:01 +02:00
parent a0dcc808bc
commit 8bf954f135

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import numpy as np
import pandas as pd
from igfash.rate import datenum_to_datetime
def apply_beast(act_rate, **kwargs):