mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Decreased step size in numerical derivative for Helmholtz tester
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -1949,7 +1949,7 @@ TEST_CASE_METHOD(HelmholtzConsistencyFixture, "Helmholtz energy derivatives", "[
|
||||
term = get(terms[i]);
|
||||
for (std::size_t j = 0; j < sizeof(derivs)/sizeof(derivs[0]); ++j)
|
||||
{
|
||||
call(derivs[j], term, 1.3, 0.7, 1e-8);
|
||||
call(derivs[j], term, 1.3, 0.7, 1e-7);
|
||||
CAPTURE(derivs[j]);
|
||||
CAPTURE(numerical);
|
||||
CAPTURE(analytic);
|
||||
|
||||
Reference in New Issue
Block a user