Skip to content

Commit

Permalink
setting a thing to make nvidia happy
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 17, 2023
1 parent 4fc4921 commit 868e2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/configure/process/test_arrhenius_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ TEST(ArrheniusConfig, ParseConfig)
auto& params = ternary_rate_constant->parameters_;
EXPECT_EQ(params.A_, 32.1);
EXPECT_EQ(params.B_, -2.3);
EXPECT_EQ(params.C_, -1 * 102.3 / BOLTZMANN_CONSTANT);
EXPECT_EQ(params.C_, -1 * 2e23 / BOLTZMANN_CONSTANT);
EXPECT_EQ(params.D_, 63.4);
EXPECT_EQ(params.E_, -1.3);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"A": 32.1,
"B": -2.3,
"Ea": 102.3,
"Ea": 2e23,
"D": 63.4,
"E": -1.3
}
Expand Down

0 comments on commit 868e2e0

Please sign in to comment.