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 637be04 commit 1e4a636Copy full SHA for 1e4a636
tests/test_dilemma.py
@@ -243,6 +243,9 @@ def test_get_participants():
243
list(exhaustive(GROUP_PROMPT_CONDITIONS))
244
)
245
assert get_participants(n) == random_participants
246
+
247
248
+def test_factorial_participants():
249
factorial_participants = get_participants(num_participant_samples=0)
250
assert get_participants(0) == factorial_participants
251
assert len(factorial_participants) == 3888
0 commit comments