rdkit.Chem.Fingerprints.UnitTestFingerprints module¶
unit testing code for fingerprinting
-
class
rdkit.Chem.Fingerprints.UnitTestFingerprints.TestCase(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test1()¶
-
test2()¶
-
test3()¶
-
test4()¶ check containing mols, no Hs, no valence
-
test5()¶ check containing mols, use Hs, no valence
-
test6()¶ check that the bits in a signature of size N which has been folded in half are the same as those in a signature of size N/2
-