Skip to content

Commit

Permalink
hinting corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jun 20, 2024
1 parent 559dc33 commit 98c69e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismostats/plots/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down

0 comments on commit 98c69e8

Please sign in to comment.