Skip to content

Commit

Permalink
rename old tinti to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Aug 27, 2024
1 parent cbe679e commit f1eb792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seismostats/analysis/estimate_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def estimate_b(
- 'classic',default, this is the is the classic estimator, see
:func:`seismostats.analysis.estimate_b_classic`
- 'positive' (this is b-positive, which applies the 'tinti'
- 'positive' (this is b-positive, which applies the 'classic'
method to the positive differences, see
:func:`seismostats.analysis.estimate_b_positive`. To
achieve the effect of reduced STAI, the magnitudes must
Expand Down
2 changes: 1 addition & 1 deletion seismostats/analysis/tests/test_estimate_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_estimate_b(
(1000000, np.log(10), 3, 0.1, "beta", 0.01),
],
)
def test_estimate_b_tinti(
def test_estimate_b_classic(
n: int,
b: float,
mc: float,
Expand Down

0 comments on commit f1eb792

Please sign in to comment.