Ignore:
Timestamp:
Apr 10, 2018, 6:43:31 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

TESTFIX: bondgraph annealing is working better than expected.

File:
1 edited

Legend:

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

    r90050b r441d40  
    5151
    5252file=two_carbon_test.data
    53 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 30 2 "1"], 0, [stdout], [ignore])
     53AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "1"], 0, [stdout], [ignore])
    5454AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    5555AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_bondgraph.data], 0, [ignore], [ignore])
     
    6565
    6666file=five_carbon_test.data
    67 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 20 5 "1"], 0, [stdout], [ignore])
    68 AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore])
     67AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "1"], 0, [stdout], [ignore])
     68AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    6969AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data], 0, [ignore], [ignore])
    7070
Note: See TracChangeset for help on using the changeset viewer.