We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf19c47 commit 1e1e3d1Copy full SHA for 1e1e3d1
tests/test_group.py
@@ -87,7 +87,7 @@ def test_check_compatible(self):
87
88
def test_subgroup_composition(self):
89
g = Group(154)
90
- comps = g.get_subgroup_composition([2, 0], g_types=["t", "k"])
+ comps = g.get_subgroup_composition([[2], [0]], g_types=["t", "k"])
91
assert comps[0] == (5, [[2, 0], [0, 0, 0]])
92
assert comps[1] == (145, [[0], [0, 0]])
93
assert comps[2] == (152, [[0], [0, 0]])
0 commit comments