Update src/seismic_hazard_forecasting.py

This commit is contained in:
ftong 2025-06-30 18:30:15 +02:00
parent 8bf954f135
commit 152f1cf9c3

View File

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