mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
merge
This commit is contained in:
commit
e205f8b29e
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ def test_randrange_bug_1590891(self):
|
|||
def test_choices_algorithms(self):
|
||||
# The various ways of specifying weights should produce the same results
|
||||
choices = self.gen.choices
|
||||
n = 13132817
|
||||
n = 104729
|
||||
|
||||
self.gen.seed(8675309)
|
||||
a = self.gen.choices(range(n), k=10000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue