Skip to content

Commit

Permalink
Add tolerance to the info comparisons.
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Apr 3, 2021
1 parent f307307 commit 9c1c496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Test_GIST/RunTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EOF
RunCpptraj "$UNITNAME"
DoTest Gist4-Solute-Etot-pme-dens.dx.save Gist4-Solute-Etot-pme-dens.dx
DoTest Gist4-Water-Etot-pme-dens.dx.save Gist4-Water-Etot-pme-dens.dx
DoTest Gist4-Info.dat.save Gist4-Info.dat
DoTest Gist4-Info.dat.save Gist4-Info.dat -a $TEST_TOLERANCE
# Not including this save on the remote repo bc it is too big.
if [ -f 'Gist4-output.dat.save' ] ; then
DoTest Gist4-output.dat.save Gist4-output.dat
Expand All @@ -107,7 +107,7 @@ EOF
RunCpptraj "$UNITNAME"
DoTest Gist5-Solute-Etot-pme-dens.dx.save Gist5-Solute-Etot-pme-dens.dx
DoTest Gist5-Water-Etot-pme-dens.dx.save Gist5-Water-Etot-pme-dens.dx
DoTest Gist5-Info.dat.save Gist5-Info.dat
DoTest Gist5-Info.dat.save Gist5-Info.dat -a $TEST_TOLERANCE
# Not including this save on the remote repo bc it is too big.
if [ -f 'Gist5-output.dat.save' ] ; then
DoTest Gist5-output.dat.save Gist5-output.dat
Expand Down

0 comments on commit 9c1c496

Please sign in to comment.