mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
merge
This commit is contained in:
commit
77f6411d96
2 changed files with 2 additions and 2 deletions
|
|
@ -626,7 +626,7 @@ class MersenneTwister_TestBasicOps(TestBasicOps, unittest.TestCase):
|
|||
self.assertEqual((x+stop)%step, 0)
|
||||
|
||||
def test_choices_algorithms(self):
|
||||
# The various ways of specifing weights should produce the same results
|
||||
# The various ways of specifying weights should produce the same results
|
||||
choices = self.gen.choices
|
||||
n = 13132817
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue