- Timestamp:
- Aug 2, 2017, 8:28:27 PM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- 208b60
- Parents:
- 8bfb58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at
r8bfb58 ra78360 48 48 49 49 file=two_carbon_test.data 50 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 02 "1"], 0, [stdout], [ignore])50 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "1"], 0, [stdout], [ignore]) 51 51 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 52 52 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_bondgraph.data], 0, [ignore], [ignore]) … … 60 60 61 61 file=five_carbon_test.data 62 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 205 "1"], 0, [stdout], [ignore])63 AT_CHECK([grep "Largest remaining force components.* 0.0001" stdout], 0, [ignore], [ignore])62 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "1"], 0, [stdout], [ignore]) 63 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 64 64 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data], 0, [ignore], [ignore]) 65 65
Note:
See TracChangeset
for help on using the changeset viewer.