reduce displacements in single test for pair styles

This commit is contained in:
Axel Kohlmeyer 2020-05-30 10:23:52 -04:00
parent 4c0ce402c1
commit 1452e6dfca
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ TEST(PairStyle, single) {
EXPECT_FP_LE_WITH_EPS(f[idx2][2], fsingle*delz, epsilon);
if (!verbose) ::testing::internal::CaptureStdout();
command("displace_atoms all random 1.0 1.0 1.0 3456963");
command("displace_atoms all random 0.5 0.5 0.5 3456963");
command("run 0 post no");
if (!verbose) ::testing::internal::GetCapturedStdout();