Skip Menu |

This queue is for tickets about the PDL-Algorithm-Center CPAN distribution.

Report information
The Basics
Id: 124043
Status: resolved
Priority: 0/
Queue: PDL-Algorithm-Center

People
Owner: djerius [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Can't locate object method "coords" via package "Hash::Wrap::Class"
On some of my smokers I see the following error message when running make test: ... # Failed test 'weight' # at t/sigma_clip.t line 142. # Failed test 'incorrect dimensions' # at t/sigma_clip.t line 158. # Failed: Can't locate object method "coords" via package "Hash::Wrap::Class" at /home/cpansand/.cpan/build/2018010921/PDL-Algorithm-Center-0.06-1/blib/lib/PDL/Algorithm/Center.pm line 521.\n->isa('PDL::Algorithm::Center::Failure::parameter') ... This seems to happen if not the latest Hash::Wrap is installed, so probably the minimum version in PREREQ_PM should be adjusted. Statistical analysis (this means that 0.03 is OK, other versions are not): **************************************************************** Regression 'mod:Hash::Wrap' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 13.30 [1='eq_0.03'] 1.0000 0.0000 52077471222580664.00 R^2= 1.000, N= 45, K= 2 ****************************************************************
On Wed Jan 10 02:29:25 2018, SREZIC wrote: Show quoted text
> On some of my smokers I see the following error message when running > make test: > > ... > # Failed test 'weight' > # at t/sigma_clip.t line 142. > # Failed test 'incorrect dimensions' > # at t/sigma_clip.t line 158. > # Failed: Can't locate object method "coords" via package > "Hash::Wrap::Class" at /home/cpansand/.cpan/build/2018010921/PDL- > Algorithm-Center-0.06-1/blib/lib/PDL/Algorithm/Center.pm line 521.\n-
> >isa('PDL::Algorithm::Center::Failure::parameter')
> ... > > This seems to happen if not the latest Hash::Wrap is installed, so > probably the minimum version in PREREQ_PM should be adjusted. > > Statistical analysis (this means that 0.03 is OK, other versions are > not): > > **************************************************************** > Regression 'mod:Hash::Wrap' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 0.0000 0.0000 13.30 > [1='eq_0.03'] 1.0000 0.0000 52077471222580664.00 > > R^2= 1.000, N= 45, K= 2 > ****************************************************************
Thanks! That seems to be the problem. I've uploaded a new version (0.07) which should fix this.
CPAN testers seems to be all green, so I'll call this fixed. Thanks for the bug report and for all of the testing you do. It's very much appreciated. Diab