Message399948
| Author | iritkatriel |
|---|---|
| Recipients | iritkatriel, mark.dickinson, steven.daprano |
| Date | 2021-08-20.09:51:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629453072.72.0.110743669826.issue28327@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I can't reproduce this now: >>> statistics.geometric_mean([2, 3, 5, 7]) 3.80675409583932 >>> statistics.geometric_mean([2, 3, 5, 7.0]) 3.80675409583932 >>> statistics.geometric_mean([2, 3, 5.0, 7.0]) 3.80675409583932 >>> statistics.geometric_mean([2, 3.0, 5.0, 7.0]) 3.80675409583932 >>> statistics.geometric_mean([2.0, 3.0, 5.0, 7.0]) 3.80675409583932 >>> The current geometric_mean was added in PR12638. Is this issue about a previous version? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-20 09:51:12 | iritkatriel | set | recipients: + iritkatriel, mark.dickinson, steven.daprano |
| 2021-08-20 09:51:12 | iritkatriel | set | messageid: <1629453072.72.0.110743669826.issue28327@roundup.psfhosted.org> |
| 2021-08-20 09:51:12 | iritkatriel | link | issue28327 messages |
| 2021-08-20 09:51:12 | iritkatriel | create | |