[NumPy-Tickets] [NumPy] #1592: Formatting with arrayprint goes wrong
NumPy Trac
numpy-tickets@scipy....
Wed Aug 25 06:02:17 CDT 2010
#1592: Formatting with arrayprint goes wrong
------------------------+---------------------------------------------------
Reporter: gaubi | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: 1.4.0rc1
Keywords: formatting |
------------------------+---------------------------------------------------
Comment(by gaubi):
Replying to [comment:1 rgommers]:
> I don't see anything wrong with this. Is your point that you were
expecting 0.000 instead of 0. ?
I expect to have for a (similar to b)
[ 1.000e-3 1.000e-4 ]
If there is only an "0." it is the same as if I would want to suppress
this order of magnitude, which should only be true using the explicit
suppress parameter.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1592#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list