]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44960: add regression test for geometric_mean with mixed int/floa… (#27856)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 20 Aug 2021 13:08:21 +0000 (14:08 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 13:08:21 +0000 (14:08 +0100)
commitf5d7a8d29c49ad47254fa098abb7a510e5e7b45e
tree2f9c955abe6dc00d95dc770e00e258f5dede0b73
parent60b93d9e4922eeae25052bc15909d1f4152babde
bpo-44960: add regression test for geometric_mean with mixed int/floa… (#27856)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Lib/test/test_statistics.py