Skip to content

Commit a75c106

Browse files
committed
make polycyclic test on checkSiblingsForParents
1 parent c9616d0 commit a75c106

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

testing/databaseTest.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ def test_thermo(self):
116116
self.compat_func_name = test_name
117117
yield test, group_name
118118

119-
if group_name != 'polycyclic':
120-
test = lambda x: self.general_checkSiblingsForParents(group_name, group)
121-
test_name = "Thermo groups {0}: sibling relationships are correct?".format(group_name)
122-
test.description = test_name
123-
self.compat_func_name = test_name
124-
yield test, group_name
119+
test = lambda x: self.general_checkSiblingsForParents(group_name, group)
120+
test_name = "Thermo groups {0}: sibling relationships are correct?".format(group_name)
121+
test.description = test_name
122+
self.compat_func_name = test_name
123+
yield test, group_name
125124

126125
test = lambda x: self.general_checkCdAtomType(group_name, group)
127126
test_name = "Thermo groups {0}: Cd atomtype used correctly?".format(group_name)

0 commit comments

Comments
 (0)