On Sun, Jun 20, 2010 at 4:19 PM, Chris Marshall <[email protected]> wrote:
> On 6/20/2010 3:56 PM, P Kishor wrote:
>>
>> On Sun, Jun 20, 2010 at 2:54 PM, Chris Marshall<[email protected]> wrote:
>>>
>>> Works for me with the latest git:
>>> PDL> use Storable;
>>>
>>> PDL> use PDL::IO::Storable;
>>>
>>> PDL> my $a =
>>> pdl(1984,325,1.4504,23.9576,200.4562,30456,-2.3451,22.0979);
>>>
>>> PDL> my $row = ones(458)->dummy * $a;
>>
>> The above should be 4587 instead of 458... 10 times bigger. Maybe that
>> was the issue?
>
> Maybe. cygwin has an annoying 300MB limit. That is why
> I'm working to port PDL baseline to win32. Does it work
> for you with the smaller number?
It works, as it did earlier as well. But I get the following error
still, even with smaller sizes
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
936.
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
939.
Use of uninitialized value $dim in numeric gt (>) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in repeat (x) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in subtraction (-) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
943.
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
936.
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
939.
Use of uninitialized value $dim in numeric gt (>) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in repeat (x) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in subtraction (-) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
943.
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
936.
Use of uninitialized value $dim in numeric lt (<) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
939.
Use of uninitialized value $dim in numeric gt (>) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in repeat (x) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
942.
Use of uninitialized value $dim in subtraction (-) at
/usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line
943.
$VAR1 = [
{
'NDims' => 3,
'Type' => 6,
'Dims' => [
'8',
'458',
'2889'
]
}
];
>
> --Chris
>
--
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl