Skip Menu |

This queue is for tickets about the Statistics-LineFit CPAN distribution.

Report information
The Basics
Id: 89588
Status: new
Priority: 0/
Queue: Statistics-LineFit

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: (no value)



Subject: Fails on nvsize!=8 (epsilon too small)
Sample fail reports: http://www.cpantesters.org/cpan/report/1198574 http://www.cpantesters.org/cpan/report/35293204 Changing the three epsilon values that are already in the test files to: t/06_4ptsW1-D.t:my $epsilon = 1.0e-11; t/07_4ptsW2-D.t:my $epsilon = 1.0e-11; t/13_long_array.t:my $epsilon = 1.0e-08; lets all tests pass on my smokers that are compiled with -Duselongdouble on linux amd64. Would it be a good idea to just change the three values as I did? HTH && Thanks && Regards,