From 98c69e8d4e28fc792190570f9f97bce923387a7d Mon Sep 17 00:00:00 2001 From: Aron Mirwald Date: Thu, 20 Jun 2024 15:57:20 +0200 Subject: [PATCH] hinting corrected --- seismostats/plots/basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seismostats/plots/basics.py b/seismostats/plots/basics.py index 931b892..c7405cd 100644 --- a/seismostats/plots/basics.py +++ b/seismostats/plots/basics.py @@ -192,7 +192,7 @@ def plot_fmd( def plot_cum_count( cat: pd.DataFrame, ax: plt.Axes | None = None, - mcs: np.ndarray | None = np.ndarray([0]), + mcs: np.ndarray = np.array([0]), delta_m: float | None = 0.1, ) -> plt.Axes: """