We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca895da commit 7460173Copy full SHA for 7460173
1 file changed
unittest/moleculeTest.py
@@ -890,7 +890,7 @@ def testAugmentedInChI(self):
890
2 C 1 {1,S}
891
""")
892
893
- self.assertEqual(mol.toAugmentedInChI(self), 'InChI=1S/C2H4/c1-2/h1-2H2/mult3')
+ self.assertEqual(mol.toAugmentedInChI(), 'InChI=1S/C2H4/c1-2/h1-2H2/mult3')
894
895
def testAugmentedInChIKey(self):
896
"""
@@ -901,7 +901,7 @@ def testAugmentedInChIKey(self):
901
902
903
904
- self.assertEqual(mol.toAugmentedInChIKey(self), 'VGGSQFUCUMXWEO-UHFFFAOYSA/mult3')
+ self.assertEqual(mol.toAugmentedInChIKey(), 'VGGSQFUCUMXWEO-UHFFFAOYSA/mult3')
905
################################################################################
906
907
class TestMoleculeSymmetry(unittest.TestCase):
0 commit comments