Skip to content

Commit

Permalink
nitpick on doctest. 1.0 vs 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Odland committed Nov 30, 2023
1 parent 6577385 commit 286a6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iterative_ensemble_smoother/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def correlation_threshold(ensemble_size: int) -> float:
Examples
--------
>>> AdaptiveESMDA.correlation_threshold(0)
1
1.0
>>> AdaptiveESMDA.correlation_threshold(4)
1
1.0
>>> AdaptiveESMDA.correlation_threshold(9)
1
1.0
>>> AdaptiveESMDA.correlation_threshold(16)
0.75
>>> AdaptiveESMDA.correlation_threshold(36)
Expand Down

0 comments on commit 286a6f5

Please sign in to comment.