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 5771072 commit 9ed063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismostats/analysis/estimate_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 begit
occurred in the time interval T. T should be given as a float- to begit
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 9ed063b

Please sign in to comment.