Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Jun 28, 2024
1 parent 178e103 commit 7886efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions velox/functions/prestosql/tests/ProbabilityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ TEST_F(ProbabilityTest, inverseNormalCDF) {
VELOX_ASSERT_THROW(inverseNormalCDF(0, 1, kDoubleMax), "p must be 0 > p > 1");
VELOX_ASSERT_THROW(
inverseNormalCDF(0, 1, kDoubleMin),
"Error in function boost::math::erf_inv<double>(double, double): Overflow
Error");
"Error in function boost::math::erf_inv<double>(double, double): Overflow Error");

VELOX_ASSERT_THROW(
inverseNormalCDF(0, 0, 0.1985), "standardDeviation must be > 0");
Expand Down

0 comments on commit 7886efe

Please sign in to comment.