Skip to content

Commit

Permalink
Revert "Hydrogen counts changed again". Apparently they did not change??
Browse files Browse the repository at this point in the history
This reverts commit b659414.
  • Loading branch information
egonw committed Aug 14, 2012
1 parent b659414 commit cfb29f6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2032,13 +2032,13 @@ public void testGetFormats() {
mf=new MockIFile(path);
ICDKMolecule mol2 = cdk.loadMolecule(mf);
float similarity2 = cdk.calculateTanimoto( mol,mol2 );
Assert.assertEquals( 0.1123, similarity2, 0.0001 );
Assert.assertEquals( 0.1407, similarity2, 0.0001 );
}

@Test public void testMultipleTanimoto() throws Exception {
List<Float> expected= new ArrayList<Float>();
expected.add((float)1);
expected.add((float)0.1123);
expected.add((float)0.1407);
List<Float> actuals= new ArrayList<Float>();
URI uri = getClass().getResource("/testFiles/aromatic.mol").toURI();
URL url=FileLocator.toFileURL(uri.toURL());
Expand Down

0 comments on commit cfb29f6

Please sign in to comment.