Changeset 1be100 for tests/regression/Graph
- Timestamp:
- Apr 23, 2021, 8:51:43 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 9171d8
- Parents:
- d951a5
- git-author:
- Frederik Heber <frederik.heber@…> (03/27/21 16:54:08)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:51:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Graph/ChemicalSpaceEvaluator/testsuite-chemical-space-evaluator.at
rd951a5 r1be100 26 26 AT_CHECK([../../molecuilder \ 27 27 --parse-homologies $file \ 28 --evaluate-chemical-space --graph6 ' B`' --elements C C], 0, [stdout], [stderr])28 --evaluate-chemical-space --graph6 'A`' --elements C C], 0, [stdout], [stderr]) 29 29 AT_CHECK([fgrep "2 nodes in the fragment graph." stdout], 0, [ignore], [ignore]) 30 30 AT_CHECK([fgrep "Added 3 graph degree combinations" stdout], 0, [ignore], [ignore]) 31 AT_CHECK([fgrep "The graph with degrees ( 1; ) has a total energy of -78.9805" stdout], 0, [ignore], [ignore])32 AT_CHECK([fgrep "The graph with degrees ( 2; ) has a total energy of -77.7951" stdout], 0, [ignore], [ignore])33 AT_CHECK([fgrep "The graph with degrees ( 3; ) has a total energy of -38.1564" stdout], 0, [ignore], [ignore])31 AT_CHECK([fgrep "The graph with degrees ( 1; ) has a total BOSSANOVA energy of -78.9805" stdout], 0, [ignore], [ignore]) 32 AT_CHECK([fgrep "The graph with degrees ( 2; ) has a total BOSSANOVA energy of -77.7951" stdout], 0, [ignore], [ignore]) 33 AT_CHECK([fgrep "The graph with degrees ( 3; ) has a total BOSSANOVA energy of -38.1564" stdout], 0, [ignore], [ignore]) 34 34 35 35 AT_CLEANUP 36 36 37 AT_SETUP([Graph - evaluate chemical space II]) 38 AT_KEYWORDS([graph evaluate-chemical-space graph6]) 39 40 file=homologies.dat 41 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/ChemicalSpaceEvaluator/pre/homologies_CC.dat $file], 0) 42 AT_CHECK([chmod u+w $file], 0) 43 AT_CHECK([../../molecuilder \ 44 --parse-homologies $file \ 45 --evaluate-chemical-space --graph6 'BW' --elements C C C], 0, [stdout], [stderr]) 46 AT_CHECK([fgrep "3 nodes in the fragment graph." stdout], 0, [ignore], [ignore]) 47 AT_CHECK([fgrep "Added 9 graph degree combinations" stdout], 0, [ignore], [ignore]) 48 AT_CHECK([fgrep "The graph with degrees ( 1; 1; ) has a total BOSSANOVA energy of -117.884" stdout], 0, [ignore], [ignore]) 49 AT_CHECK([fgrep "The graph with degrees ( 1; 2; ) has a total BOSSANOVA energy of -116.699" stdout], 0, [ignore], [ignore]) 50 AT_CHECK([fgrep "The graph with degrees ( 1; 3; ) has a total BOSSANOVA energy of -77.0602" stdout], 0, [ignore], [ignore]) 51 AT_CHECK([fgrep "The graph with degrees ( 2; 1; ) has a total BOSSANOVA energy of -116.699" stdout], 0, [ignore], [ignore]) 52 AT_CHECK([fgrep "The graph with degrees ( 2; 2; ) has a total BOSSANOVA energy of -115.513" stdout], 0, [ignore], [ignore]) 53 AT_CHECK([fgrep "The graph with degrees ( 3; 1; ) has a total BOSSANOVA energy of -77.0602" stdout], 0, [ignore], [ignore]) 54 55 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.
