[NumPy-Tickets] [NumPy] #1468: Datetime test_creation_overflow fails
NumPy Trac
numpy-tickets@scipy....
Thu May 6 21:14:09 CDT 2010
#1468: Datetime test_creation_overflow fails
------------------------+---------------------------------------------------
Reporter: pv | Owner: stefan
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by charris):
With python 3.1 there is another error in the test
{{{
ERROR: test_universal_newline (test_io.TestLoadTxt)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.1/site-
packages/numpy/lib/tests/test_io.py", line 412, in test_universal_newline
data = np.loadtxt(name)
File "/usr/local/lib/python3.1/site-packages/numpy/lib/npyio.py", line
632, in loadtxt
first_vals = split_line(first_line)
File "/usr/local/lib/python3.1/site-packages/numpy/lib/npyio.py", line
610, in split_line
line = line.split(comments)[0].strip()
TypeError: Can't convert 'bytes' object to str implicitly
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1468#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list