Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
baoilleach committed Mar 18, 2009
1 parent 42c8975 commit 6b3c75b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PR2581919.py
Expand Up @@ -2,10 +2,10 @@
import sweet

class TestCase(sweet.TestCase):
"""Regression Test for PR2017902
"""Regression Test for PR2581919
Internal atom typing error.
The first two atoms were assigned types of C+ instead of C2.
Stereochemistry in Canonical SMILES was simply being copied from
the original SMILES. This was incorrect 50% of the time.
"""
def setUp(self):
self.mol = pybel.readstring("smi", "C=CCc1ccccc1OCC(O)CNC(C)C")
Expand Down

0 comments on commit 6b3c75b

Please sign in to comment.