Skip to content

Commit 2b8c26a

Browse files
committed
updated the abstract solver test, again
1 parent 34a2bd9 commit 2b8c26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/test_abstract_solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ TEST_CASE("Testing AbstractSolver using RRK6", "[abstract-solver]")
321321
std::cout << "terminal solution error = " << error << std::endl;
322322
std::cout << "entropy error = " << entropy - entropy0 << std::endl;
323323
}
324-
REQUIRE( error == Approx(7.0e-7).margin(5e-9) );
324+
REQUIRE( error < 7.0e-7 );
325325

326326
REQUIRE( entropy == Approx(entropy0).margin(1e-12) );
327327
}

0 commit comments

Comments
 (0)