Skip to content

Commit

Permalink
corrected test case
Browse files Browse the repository at this point in the history
  • Loading branch information
DataSciBurgoon committed Feb 13, 2018
1 parent b2cbdc8 commit 526d2f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public void testGetCountFingerprint() throws Exception {
IFingerprinter printer = new AtomPairs2DFingerprinter();
IAtomContainer mol1 = parser.parseSmiles("cccccccccc");
ICountFingerprint icfp = printer.getCountFingerprint(mol1);
Assert.assertEquals(780, icfp.numOfPopulatedbins());
Assert.assertEquals(780, icfp.size());
Assert.assertEquals(9, icfp.numOfPopulatedbins());

}

Expand Down

0 comments on commit 526d2f6

Please sign in to comment.