Skip Menu |

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

Report information
The Basics
Id: 89976
Status: resolved
Priority: 0/
Queue: PDL-Stats

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

Bug Information
Severity: (no value)
Broken in: 0.6.4
Fixed in: 0.6.5



Subject: t/stats_glm.t broken with PDL-2.007 and PDL-Stats-0.6.4
All the FAIL reports from CPAN Testers seem to be with PDL-2.007:

t/stats_basic.t ..... ok
No PDL::Slatec. Fall back on PDL::MatrixOps.
slice: dicing parameters must be at most 1D (arg 0)
 at /home/graham/perls/perl5.16.3/lib/site_perl/5.16.3/x86_64-linux/PDL/Slices.pm line 1883.
	PDL::slice(PDL=SCALAR(0x1451250), PDL=SCALAR(0x14512b0)) called at /home/graham/perls/caches/perl-5.16.3/build/PDL-Stats-0.6.4-yPmTeU/blib/lib/PDL/Stats/GLM.pm line 2307
	PDL::pca_sorti(PDL=SCALAR(0x1420e58)) called at t/stats_glm.t line 214
	main::t_pca_sorti() called at t/stats_glm.t line 207
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 29.
t/stats_glm.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)


Have you had a chance to track this down?  I thought we had already located and fixed
this?  Am I misremembering?

Well, I just saw you have a developers release out and that has
the fix I remember.  Maybe it is time to make an official release
so PDL-2.007 users don't have problems installing PDL::Stats?

Just put a new official release out. Should be on CPAN soon. Sorry about the delay! I was debating whether to finish the 64bit support before another official release but that'll take a little while... On 2013-11-02 09:27:25, CHM wrote: Show quoted text
> All the FAIL reports from CPAN Testers seem to be with PDL-2.007: > > t/stats_basic.t ..... ok > No PDL::Slatec. Fall back on PDL::MatrixOps. > slice: dicing parameters must be at most 1D (arg 0) > at /home/graham/perls/perl5.16.3/lib/site_perl/5.16.3/x86_64- > linux/PDL/Slices.pm line 1883. > PDL::slice(PDL=SCALAR(0x1451250), PDL=SCALAR(0x14512b0)) > called at /home/graham/perls/caches/perl-5.16.3/build/PDL-Stats-0.6.4- > yPmTeU/blib/lib/PDL/Stats/GLM.pm line 2307 > PDL::pca_sorti(PDL=SCALAR(0x1420e58)) called at t/stats_glm.t > line 214 > main::t_pca_sorti() called at t/stats_glm.t line 207 > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 2 just after 29. > t/stats_glm.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > > > Have you had a chance to track this down? I thought we had already > located and fixed > this? Am I misremembering? > > Well, I just saw you have a developers release out and that has > the fix I remember. Maybe it is time to make an official release > so PDL-2.007 users don't have problems installing PDL::Stats?