File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,11 @@ public void testOldSecOutput() throws Exception {
7777 28 , afpChainOrig .getGapLen ());
7878
7979 //identity should be 0.9569
80- assertTrue ("alinment ID is < 0.95 ! (" + afpChainOrig .getIdentity ()+")" , afpChainOrig .getIdentity () > 0.95 );
81- assertTrue ("alignment ID is > 0.96 ! (" + afpChainOrig .getIdentity ()+")" ,afpChainOrig .getIdentity () < 0.96 );
80+ assertTrue ("alignment ID is < 0.95 ! (" + afpChainOrig .getIdentity ()+")" , afpChainOrig .getIdentity () > 0.95 );
81+ assertTrue ("alignment ID is > 0.999 ! (" + afpChainOrig .getIdentity ()+")" , afpChainOrig .getIdentity () < 0.999 );
8282
8383 String xmlComp = AFPChainXMLConverter .toXML (afpChainOrig , ca1 , ca2 );
8484
85-
8685 FlipAFPChainTest t = new FlipAFPChainTest ();
8786 t .printFirstMismatch (xml , xmlComp );
8887 StringManipulationTestsHelper .assertEqualsIgnoreEndline (xml , xmlComp );
You can’t perform that action at this time.
0 commit comments