Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jul 2, 2024
1 parent 948a1e6 commit 3e7a652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seismostats/analysis/estimate_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""

import numpy as np
import datetime as dt
import warnings


Expand All @@ -17,7 +16,7 @@ def estimate_a(magnitudes: np.ndarray,
N = 10 ** (a - b * (m_ref - mc)) (1)
where N is the number of events with magnitude greater than m_ref, which
occurred in the time interval T. T should be given as a float- to be
occurred in the time interval T. T should be given as a float- to be
precise, it should be the time interval scaled to the time-unit of interest.
E.g., if the number of events per year are of interest, T should be the
number of years in which the events occurred.
Expand Down

0 comments on commit 3e7a652

Please sign in to comment.