Skip to content

Commit

Permalink
test: test gumbel sf in tail
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Sep 17, 2024
1 parent abd5c3b commit 8e78b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/distribution/gumbel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ mod tests {
test_exact(f64::INFINITY, 1.0, 1.0, sf(0.0));
test_exact(f64::INFINITY, 1.0, 1.0, sf(1.0));
test_exact(f64::INFINITY, 1.0, 1.0, sf(5.0));
test_absolute(0.0, 1.0, 4.248354255291589e-18, 1e-32, sf(40.0));
test_absolute(0.0, 1.0, 1.804851387845415e-35, 1e-50, sf(80.0));
}

#[test]
Expand Down

0 comments on commit 8e78b2c

Please sign in to comment.