We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115f407 commit 29654ceCopy full SHA for 29654ce
source_py3/test_python_toolbox/test_combi/test_perm_space.py
@@ -415,7 +415,8 @@ def test_partial_perm_space():
415
empty_partial_perm_space = PermSpace(5, n_elements=6)
416
assert empty_partial_perm_space.length == 0
417
assert empty_partial_perm_space.variation_selection == \
418
- variations.VariationSelection({variations.Variation.PARTIAL})
+ perming.variations.VariationSelection(
419
+ {perming.variations.Variation.PARTIAL})
420
assert empty_partial_perm_space != PermSpace(5, n_elements=7)
421
with cute_testing.RaiseAssertor(IndexError):
422
empty_partial_perm_space[0]
0 commit comments