- 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:
- 6a5921, 897a01
- Parents:
- 90ece9
- git-author:
- Frederik Heber <frederik.heber@…> (08/03/17 09:24:07)
- 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
r90ece9 r8450da 32 32 AT_SETUP([Python externalization - Force Annealing without bondgraph on 5-body Ising model]) 33 33 AT_KEYWORDS([python force-annealing ising]) 34 AT_XFAIL_IF([/bin/true])35 34 36 35 # we use forces from a simple Ising model with 5 "carbon" atoms in a row along the x axis … … 38 37 file=five_carbon_test.data 39 38 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore]) 40 AT_CHECK([grep "Largest remaining force components.* 0.0001" stdout], 0, [ignore], [ignore])39 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 41 40 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore]) 42 41 … … 45 44 AT_SETUP([Python externalization - Force Annealing with bondgraph on 2-body Ising model]) 46 45 AT_KEYWORDS([python force-annealing ising bondgraph]) 47 AT_XFAIL_IF([/bin/true])48 46 AT_SKIP_IF([../../run ${abs_top_srcdir}/tests/Python/numpy_check.py]) 49 47 … … 59 57 AT_SETUP([Python externalization - Force Annealing with bondgraph on 5-body Ising model]) 60 58 AT_KEYWORDS([python force-annealing ising bondgraph]) 61 AT_XFAIL_IF([/bin/true])62 59 AT_SKIP_IF([../../run ${abs_top_srcdir}/tests/Python/numpy_check.py]) 63 60
Note:
See TracChangeset
for help on using the changeset viewer.