Skip to content

Commit

Permalink
Move test into the fast section
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jun 23, 2024
1 parent ce85bb5 commit c7b4109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/libormarketmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE(testCapletPricing) {
<< "\n expected: " << expected);
}

BOOST_AUTO_TEST_CASE(testCalibration, *precondition(if_speed(Slow))) {
BOOST_AUTO_TEST_CASE(testCalibration, *precondition(if_speed(Fast))) {
BOOST_TEST_MESSAGE("Testing calibration of a Libor forward model...");

const Size size = 14;
Expand Down

0 comments on commit c7b4109

Please sign in to comment.