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:
8450da
Parents:
0c4f24
git-author:
Frederik Heber <frederik.heber@…> (08/02/17 21:56:13)
git-committer:
Frederik Heber <frederik.heber@…> (04/10/18 06:43:31)
Message:

TESTFIX: Fixes to Python tests due to changed anneal() and modified way of trajectory steps usage.

File:
1 edited

Legend:

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

    r0c4f24 r90ece9  
    2424
    2525file=two_carbon_test.data
    26 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 2 "0"], 0, [stdout], [ignore])
     26AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 3 2 "0"], 0, [stdout], [ignore])
    2727AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
    2828AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/two_carbon_test_no-bondgraph.data], 0, [ignore], [ignore])
     
    3737
    3838file=five_carbon_test.data
    39 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 20 5 "0"], 0, [stdout], [ignore])
    40 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore])
     39AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore])
     40AT_CHECK([grep "Largest remaining force components.*0.0001" stdout], 0, [ignore], [ignore])
    4141AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore])
    4242
Note: See TracChangeset for help on using the changeset viewer.