File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments