Changeset 82e5fb for tests/regression


Ignore:
Timestamp:
May 25, 2021, 11:04:50 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
91793c
Parents:
889067e
git-author:
Frederik Heber <frederik.heber@…> (05/25/21 21:55:59)
git-committer:
Frederik Heber <frederik.heber@…> (05/25/21 23:04:50)
Message:

Added option error-file to fit potential actions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Potential/FitCompoundPotential/testsuite-potential-fit-compound-potential.at

    r889067e r82e5fb  
    3535        --parse-potentials ${abs_top_srcdir}/tests/regression/Potential/FitCompoundPotential/pre/water.potentials \
    3636        --fit-compound-potential \
     37                --error-file error.csv \
    3738                --fragment-charges 1 8 1 \
    3839                --take-best-of 3 \
    3940        --save-potentials water.potentials], 0, [stdout], [ignore])
     41# check that error file was written
     42AT_CHECK([test -e error.csv], 0, [ignore], [ignore])
    4043# check that L_2 error
    4144AT_CHECK([grep "Best parameters with L2 error" stdout | awk '{if ($8 > 0.34) exit 1}'], 0, [ignore], [ignore])
Note: See TracChangeset for help on using the changeset viewer.