[NumPy-Tickets] [NumPy] #1549: base_repr(243, 3) returns '30000'
NumPy Trac
numpy-tickets@scipy....
Sat Jul 17 00:25:04 CDT 2010
#1549: base_repr(243, 3) returns '30000'
------------------------+---------------------------------------------------
Reporter: kmaglione | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
Calling `base_repr(343, 3)` returns '30000' rather than the expected
'100000'.
NumPy 1.4.1
%python -V
Python 2.6.5
%uname -a
Linux jg 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 00:07:49 CEST 2010 x86_64
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 AuthenticAMD GNU/Linux
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1549>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list