On 11/6/2010 5:19 PM, Chris Marshall wrote: > On 11/4/2010 1:59 PM, P Kishor wrote: > >> ... and, second, you know how PDL responds with >> "TOO LONG TO PRINT" for large piddles. Is that >> limit hard coded in the source code, and can >> that limit be over-ridden at runtime? > > Yes it is hard coded. Look for the string > "TOO LONG TO PRINT" in Core.pm and Complex.pm > and edit the 10000 to whatever value you wish.
Fixed in PDL git. The new $PDL::toolongtoprint parameter replaces the hardcoded 10000 value. You change it to change the pdl to string output limits. Should appear in the next CPAN developers release. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
