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 2fc2c51 commit 2bf4bb6Copy full SHA for 2bf4bb6
tests/test_action.py
@@ -277,6 +277,9 @@ def test_action_pperm(right_actions):
277
x = PPerm([], [], 16)
278
assert x in right
279
assert right.position(x) == 43748
280
+ assert len(right) == 65536
281
+
282
+ # Check that adding an existing element as a seed does nothing
283
right.add_seed(
284
PPerm(
285
[],
@@ -285,9 +288,7 @@ def test_action_pperm(right_actions):
288
)
286
289
287
290
- # TODO(0) adding another seed that's already in the action should maybe not
- # increase the size by 1
- assert len(right) == 65537
291
292
293
294
def test_action_pperm2():
0 commit comments