]> granicus.if.org Git - python/commit
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 20 Mar 2019 20:28:59 +0000 (13:28 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Mar 2019 20:28:59 +0000 (13:28 -0700)
commit2afb59861827a23c1b50e44022bb77291351c2f1
tree37a03238ae950d35b3720bc31525ceb69f14a08c
parentaa3ecb80416958eb6fe8cc1b0dfbbfdfbcccead1
bpo-36324: NormalDist() add more tests and update comments (GH-12476)

* Improve coverage.
* Note inherent limitations of the accuracy tests

https://bugs.python.org/issue36324
Lib/test/test_statistics.py