Ignore:
Timestamp:
Nov 29, 2017, 11:05:50 PM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
9f1fee5
Parents:
6edc91
git-author:
Frederik Heber <frederik.heber@…> (08/02/17 21:56:13)
git-committer:
Frederik Heber <frederik.heber@…> (11/29/17 23:05:50)
Message:

TESTFIX: Fixes to Python tests due to changed anneal() and modified way of trajectory steps usage.

File:
1 edited

Legend:

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

    r6edc91 r08470b8  
    2424
    2525file=two_carbon_test.data
    26 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 2 "0"], 0, [stdout], [ignore])
     26AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "0"], 0, [stdout], [ignore])
    2727AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    2828AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_no-bondgraph.data], 0, [ignore], [ignore])
     
    3737
    3838file=five_carbon_test.data
    39 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 20 5 "0"], 0, [stdout], [ignore])
    40 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
     39AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore])
     40AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore])
    4141AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore])
    4242
Note: See TracChangeset for help on using the changeset viewer.