Ignore:
Timestamp:
Aug 2, 2017, 8:28:27 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
208b60
Parents:
8bfb58
Message:

TESTFIX: bondgraph annealing is working better than expected.

File:
1 edited

Legend:

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

    r8bfb58 ra78360  
    4848
    4949file=two_carbon_test.data
    50 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 30 2 "1"], 0, [stdout], [ignore])
     50AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "1"], 0, [stdout], [ignore])
    5151AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    5252AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_bondgraph.data], 0, [ignore], [ignore])
     
    6060
    6161file=five_carbon_test.data
    62 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 20 5 "1"], 0, [stdout], [ignore])
    63 AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore])
     62AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "1"], 0, [stdout], [ignore])
     63AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    6464AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data], 0, [ignore], [ignore])
    6565
Note: See TracChangeset for help on using the changeset viewer.