Files
rdkit/Code/GraphMol/Fingerprints/test1.cpp.rej
Maciej Wójcikowski 10fbd483bb [MRG] Fix PDB reader + add argument to toggle proximity bonding (#1629)
* 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.
2017-11-15 06:53:31 +01:00

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;
}