- Timestamp:
- Apr 10, 2018, 6:43:31 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 0c4f24
- Parents:
- 90050b
- git-author:
- Frederik Heber <frederik.heber@…> (08/02/17 20:28:27)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at
r90050b r441d40 51 51 52 52 file=two_carbon_test.data 53 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 02 "1"], 0, [stdout], [ignore])53 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "1"], 0, [stdout], [ignore]) 54 54 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 55 55 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_bondgraph.data], 0, [ignore], [ignore]) … … 65 65 66 66 file=five_carbon_test.data 67 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 205 "1"], 0, [stdout], [ignore])68 AT_CHECK([grep "Largest remaining force components.* 0.0001" stdout], 0, [ignore], [ignore])67 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "1"], 0, [stdout], [ignore]) 68 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 69 69 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data], 0, [ignore], [ignore]) 70 70
Note:
See TracChangeset
for help on using the changeset viewer.