Ignore:
Timestamp:
Aug 2, 2017, 9:56:13 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
fcc860
Parents:
bef5b3
Message:

tempcommit: 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

    rbef5b3 r93fd2a6  
    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])
     
    3636
    3737file=five_carbon_test.data
    38 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 20 5 "0"], 0, [stdout], [ignore])
    39 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
     38AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore])
     39AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore])
    4040AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore])
    4141
Note: See TracChangeset for help on using the changeset viewer.