We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15774b2 commit 6fe882bCopy full SHA for 6fe882b
UnitTests/Common/containers/CLookupTable_tests.cpp
@@ -62,7 +62,7 @@ TEST_CASE("LUTreader", "[tabulated chemistry]") {
62
enth = 0.9;
63
look_up_tag = "Viscosity";
64
look_up_table.LookUp_ProgEnth(look_up_tag, &look_up_dat, prog, enth, name_CV1, name_CV2);
65
- CHECK(look_up_dat == Approx(0.00007));
+ CHECK(look_up_dat == Approx(0.0000674286));
66
67
/* find the table limits */
68
0 commit comments