openbabel-python-2.3.2-testpybel.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From b34edb6de512e5735d87cb0893804a4abd14f9b7 Mon Sep 17 00:00:00 2001
  2. From: baoilleach <baoilleach@71e0b675-c112-0410-beda-96664073b5c2>
  3. Date: Mon, 1 Oct 2012 20:40:36 +0000
  4. Subject: [PATCH] scripts/python/testpybel.py: Minor fix to enable failing
  5. test to pass. Failures due to the new MOL Chiral Flag data
  6. that I stored a while ago.
  7. git-svn-id: https://openbabel.svn.sourceforge.net/svnroot/openbabel/openbabel/trunk@5022 71e0b675-c112-0410-beda-96664073b5c2
  8. ---
  9. scripts/python/examples/testpybel.py | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/scripts/python/examples/testpybel.py b/scripts/python/examples/testpybel.py
  12. index aa5fcd4..7951851 100644
  13. --- a/scripts/python/examples/testpybel.py
  14. +++ b/scripts/python/examples/testpybel.py
  15. @@ -336,7 +336,7 @@ class TestPybel(TestToolkit):
  16. tpsaname = "TPSA"
  17. Nbits = 3
  18. Nfpbits = 32
  19. - datakeys = ['NSC', 'Comment', 'OpenBabel Symmetry Classes']
  20. + datakeys = ['NSC', 'Comment', 'OpenBabel Symmetry Classes', 'MOL Chiral Flag']
  21. def testFP_FP3(self):
  22. "Checking the results from FP3"
  23. --
  24. 1.7.12.3