File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
biojava-core/src/test/java/org/biojava/nbio/core/search/io/blast Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616import org .biojava .nbio .core .search .io .Hit ;
1717import org .biojava .nbio .core .search .io .Hsp ;
1818import org .biojava .nbio .core .search .io .Result ;
19- import org .biojava .nbio .core .sequence .io .util .ClasspathResource ;
2019import org .junit .After ;
2120import org .junit .AfterClass ;
2221import org .junit .Before ;
@@ -67,8 +66,8 @@ public void testSetFile() {
6766 @ Test
6867 public void testCreateObjects () throws Exception {
6968 System .out .println ("createObjects" );
70- String resource = "/org/biojava/nbio/core/search/io/blast/testBlastReport.xml" ;
7169
70+ String resource = "/org/biojava/nbio/core/search/io/blast/testBlastReport.xml" ;
7271 URL resourceURL = getClass ().getResource (resource );
7372 File file = new File (resourceURL .getFile ());
7473
@@ -77,7 +76,7 @@ public void testCreateObjects() throws Exception {
7776
7877 //instance.setQueryReferences(null);
7978 //instance.setDatabaseReferences(null);
80- ArrayList <Result > result = instance .createObjects (Double . MAX_VALUE );
79+ ArrayList <Result > result = instance .createObjects (1e-10 );
8180
8281 // test with random manual selected results
8382 BlastHsp hsp1hit1res1 = new BlastHspBuilder ()
You can’t perform that action at this time.
0 commit comments