Skip to content

Commit

Permalink
fix testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jul 5, 2024
1 parent d01fc7d commit c14be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismostats/analysis/tests/test_estimate_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_estimate_a():
assert str(e) == "b_value must be provided if m_ref is given"

# reference time is given
a = estimate_a(mags, T=10)
a = estimate_a(mags, scaling=10)
assert a == 0.0

# magnitudes not cut at mc
Expand Down

0 comments on commit c14be85

Please sign in to comment.