Changeset e96f35 for tests


Ignore:
Timestamp:
Nov 12, 2017, 8:40:54 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
9e7a02
Parents:
d34446
git-author:
Frederik Heber <frederik.heber@…> (06/27/17 21:13:13)
git-committer:
Frederik Heber <frederik.heber@…> (11/12/17 08:40:54)
Message:

ForceAnnealing::anneal() now only once reduces deltat.

  • TESTFIX: Marked regression test ForceAnnealing (and redo) as XFAIL as we have removed storing the position update in the atomic velocities.
  • TESTFIX: Marked Python tests on ForceAnnealing without bondgraph as XFAIL for the same reason.
Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at

    rd34446 re96f35  
    2020AT_SETUP([Python externalization - Force Annealing without bondgraph on 2-body Ising model])
    2121AT_KEYWORDS([python force-annealing ising])
     22AT_XFAIL_IF([/bin/true])
    2223
    2324# we use forces from a simple Ising model with 2 "carbon" atoms in a row along the x axis
     
    3233AT_SETUP([Python externalization - Force Annealing without bondgraph on 5-body Ising model])
    3334AT_KEYWORDS([python force-annealing ising])
     35AT_XFAIL_IF([/bin/true])
    3436
    3537# we use forces from a simple Ising model with 5 "carbon" atoms in a row along the x axis
  • tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at

    rd34446 re96f35  
    2020AT_SETUP([Molecules - Force Annealing])
    2121AT_KEYWORDS([molecules force-annealing])
     22AT_XFAIL_IF([/bin/true])
    2223
    2324file=test.conf
     
    6162AT_SETUP([Molecules - Force Annealing with Redo])
    6263AT_KEYWORDS([molecules force-annealing redo])
     64AT_XFAIL_IF([/bin/true])
    6365
    6466file=test.conf
Note: See TracChangeset for help on using the changeset viewer.