Subject: | Fails on nvsize=16 |
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/102448062
Diagnostics reveals code line:
# Failed test 'variance ok'
# at t/discrete.t line 147.
# Looks like you failed 1 test of 52.
t/discrete.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/52 subtests
https://metacpan.org/source/RHETTBULL/Statistics-Descriptive-Discrete-0.10/t/discrete.t#L147
On one of my smokers compiled with -Duselongdouble I can see in the debugger the following:
DB<3> x $stats
0 Statistics::Descriptive::Discrete=HASH(0x5623a931fa38)
'_dataindex' => HASH(0x5623a934bf28)
0.01113 => 0
'_index' => 45
'_permitted' => HASH(0x5623a8f14d48)
'count' => undef
'geometric_mean' => undef
'harmonic_mean' => undef
'max' => undef
'maxdex' => undef
'mean' => undef
'median' => undef
'min' => undef
'mindex' => undef
'mode' => undef
'sample_range' => undef
'standard_deviation' => undef
'sum' => undef
'text' => undef
'variance' => undef
'count' => 45
'data' => HASH(0x5623a93468a0)
0.01113 => 45
'dirty' => 0
'geometric_mean' => 0.01113
'harmonic_mean' => 0.01113
'max' => 0.01113
'maxdex' => 0
'mean' => 0.01113
'median' => 0.01113
'min' => 0.01113
'mindex' => 0
'mode' => 0.01113
'sample_range' => 0
'standard_deviation' => 0
'sum' => 0.50085
'variance' => 0
Not dirty!