Skip to content

Commit

Permalink
Trim trailing whitespace of kolmogorov_smirnov.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Oct 30, 2023
1 parent 216b2e0 commit 20166b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/stats/kolmogorov_smirnov.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class KolmogorovSmirnov(stats.base.Bivariate):
[^2]: C. R. Aragon and R. G. Seidel. Randomized search trees. In FOCS, pages 540–545. IEEE, 1989.
[^3]: Kuiper, N. H. (1960). "Tests concerning random points on a circle".
Proceedings of the Koninklijke Nederlandse Akademie van Wetenschappen, Series A. 63: 38–47.
"""

def __init__(self, statistic="ks"):
Expand Down

0 comments on commit 20166b9

Please sign in to comment.