[MATRIX-SIG] ArrayPrinter problem

L. Busby busby@icf.llnl.gov
Mon, 2 Feb 98 10:40:19 PST


[ Jeffery Collins says ]
>There seems to be a problem in the ArrayPrinter module.  Consider
>the following:
[ deleted problem demonstration ]
>I was able to fix the problem by replacing (line 101)
>
>  if max_val >= 1.e12:
>   exp_format = 1
>
>with
>
>  if max_val >= 1.e9:
>   exp_format = 1

We've got this fixed in our LLNL snapshot, although we used 1.e8
instead of 1.e9.  Thanks for the report.

Lee Busby

_______________
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________