Skip to content

Commit

Permalink
Increase test tolerance a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 6, 2024
1 parent c27f323 commit a5d2197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/shortratemodels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ BOOST_AUTO_TEST_CASE(testCachedHullWhite) {
cachedA = 0.0464041, cachedSigma = 0.00579912;
}

Real tolerance = 1.0e-5;
Real tolerance = 1.2e-5;
Array xMinCalculated = model->params();
Real yMinCalculated = model->value(xMinCalculated, swaptions);
Array xMinExpected(2);
Expand Down

0 comments on commit a5d2197

Please sign in to comment.