Skip to content

Commit

Permalink
fix: trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lmizrahi committed May 30, 2024
1 parent 8a1e8b3 commit f62fba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions seismostats/analysis/estimate_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def estimate_b_weichert(
b_parameter: str = "b_value",
) -> tuple[float, float, float, float, float]:
"""Return the b-value estimate calculated using the
Weichert (1980) algorithm, for the case of unequal
Weichert (1980) algorithm, for the case of unequal
completeness periods for different magnitude values.
Source:
Expand Down Expand Up @@ -585,7 +585,7 @@ def estimate_b_kijko_smit(
b_parameter: str = 'b_value'
) -> tuple[float, float, float, float]:
"""Return the b-value estimate calculated using the
Kijko and Smit (2012) algorithm for the case of unequal
Kijko and Smit (2012) algorithm for the case of unequal
completeness periods for different magnitude values.
Source:
Expand Down
6 changes: 3 additions & 3 deletions seismostats/analysis/estimate_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def mc_ks(
Source:
- Clauset, A., Shalizi, C.R. and Newman, M.E., 2009. Power-law
distributions in empirical data. SIAM review, 51(4), pp.661-703.
- Mizrahi, L., Nandan, S. and Wiemer, S., 2021. The effect of
declustering on the size distribution of mainshocks. Seismological
- Mizrahi, L., Nandan, S. and Wiemer, S., 2021. The effect of
declustering on the size distribution of mainshocks. Seismological
Society of America, 92(4), pp.2333-2342.
Args:
Expand Down Expand Up @@ -295,7 +295,7 @@ def mc_max_curvature(
States, and Japan. Bulletin of the Seismological Society of America,
90(4), pp.859-869.
- Woessner, J. and Wiemer, S., 2005. Assessing the quality of earthquake
catalogues: Estimating the magnitude of completeness and its
catalogues: Estimating the magnitude of completeness and its
uncertainty.
Bulletin of the Seismological Society of America, 95(2), pp.684-698.
Args:
Expand Down

0 comments on commit f62fba8

Please sign in to comment.