Skip to content

Commit

Permalink
docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed May 30, 2024
1 parent 2914994 commit 3e6271c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions seismostats/analysis/estimate_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ def estimate_b_weichert(
the first column are considered detected. An example is given
below:
np.array([[ 3.95, 1980],
[ 4.95, 1920],
[ 5.95, 1810],
[ 6.95, 1520]])
>>> np.array([[ 3.95, 1980],
... [ 4.95, 1920],
... [ 5.95, 1810],
... [ 6.95, 1520]])
mag_max: maximum possible magnitude
last_year: last year of observation (the default is None, in which case
Expand Down

0 comments on commit 3e6271c

Please sign in to comment.