- Timestamp:
- Aug 2, 2017, 9:56:13 PM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- fcc860
- Parents:
- bef5b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at
rbef5b3 r93fd2a6 24 24 25 25 file=two_carbon_test.data 26 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 152 "0"], 0, [stdout], [ignore])26 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "0"], 0, [stdout], [ignore]) 27 27 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 28 28 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_no-bondgraph.data], 0, [ignore], [ignore]) … … 36 36 37 37 file=five_carbon_test.data 38 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 205 "0"], 0, [stdout], [ignore])39 AT_CHECK([grep "Largest remaining force components.* e-05" stdout], 0, [ignore], [ignore])38 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore]) 39 AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore]) 40 40 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore]) 41 41
Note:
See TracChangeset
for help on using the changeset viewer.