increase numdiff fudge factor so that individual epsilons need to be changed less

This commit is contained in:
Axel Kohlmeyer
2024-01-13 10:33:13 -05:00
parent f93032b903
commit 9587e92a3c
9 changed files with 9 additions and 9 deletions

View File

@ -564,7 +564,7 @@ TEST(AngleStyle, numdiff)
if (!verbose) ::testing::internal::GetCapturedStdout();
Fix *ifix = lmp->modify->get_fix_by_id("diff");
if (ifix) {
double epsilon = test_config.epsilon * 1.0e7;
double epsilon = test_config.epsilon * 5.0e8;
ErrorStats stats;
double **f1 = lmp->atom->f;
double **f2 = ifix->array_atom;