mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
* Add parameter to skip proximity bonding during PDB reading * Test proximityBonding flag * Remove multivalent Hs and bonds to metals in PDB * Add tests for multivalent Hs and metal unbinding * Remove covalent bonds to waters * Test unbinding of HOHs * Refactor funxtions * Rename flag for cosistency * Include flavor in double bond perception * Add metalorganic test (APW ligand) * Validate input foe IsBlacklistedPair and minor changes.
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
--- Code/GraphMol/Fingerprints/test1.cpp
|
|
+++ Code/GraphMol/Fingerprints/test1.cpp
|
|
@@ -3070,9 +3095,10 @@ int main(int argc, char *argv[]) {
|
|
test3DAtomPairs();
|
|
testGitHubIssue195();
|
|
testMultithreadedPatternFP();
|
|
-#endif
|
|
testGitHubIssue258();
|
|
testGitHubIssue334();
|
|
+#endif
|
|
+ testRDKFPUnfolded();
|
|
|
|
return 0;
|
|
}
|