Skip to content

Commit 6fe882b

Browse files
committed
fix lookup table tests
1 parent 15774b2 commit 6fe882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/Common/containers/CLookupTable_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TEST_CASE("LUTreader", "[tabulated chemistry]") {
6262
enth = 0.9;
6363
look_up_tag = "Viscosity";
6464
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));
65+
CHECK(look_up_dat == Approx(0.0000674286));
6666

6767
/* find the table limits */
6868

0 commit comments

Comments
 (0)