Skip to content

Instantly share code, notes, and snippets.

@carlkl
Created September 26, 2015 17:49
Show Gist options
  • Save carlkl/b33ff3ea0876dad68285 to your computer and use it in GitHub Desktop.
Save carlkl/b33ff3ea0876dad68285 to your computer and use it in GitHub Desktop.
py27win32_numpy-1.11.0.dev0_mingwpy
======================================================================
ERROR: test_fromfile (test_longdouble.FileBased)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_longdouble.py", line 136, in test_fromfile
F = open(self.f.name, "rt")
IOError: [Errno 13] Permission denied: 'c:\\users\\testing\\appdata\\local\\temp\\tmpj5pmbp'
======================================================================
ERROR: test_fromfile_bogus (test_longdouble.FileBased)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_longdouble.py", line 123, in test_fromfile_bogus
F = open(self.f.name, "rt")
IOError: [Errno 13] Permission denied: 'c:\\users\\testing\\appdata\\local\\temp\\tmpzgftnl'
======================================================================
ERROR: test_genfromtxt (test_longdouble.FileBased)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_longdouble.py", line 152, in test_genfromtxt
assert_equal(np.genfromtxt(self.f.name, dtype=np.longdouble), a)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\lib\npyio.py", line 1450, in genfromtxt
fhd = iter(np.lib._datasource.open(fname, 'rbU'))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\lib\_datasource.py", line 151, in open
return ds.open(path, mode)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\lib\_datasource.py", line 499, in open
return _file_openers[ext](found, mode=mode)
IOError: [Errno 13] Permission denied: 'c:\\users\\testing\\appdata\\local\\temp\\tmpppicvj'
======================================================================
ERROR: test_loadtxt (test_longdouble.FileBased)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_longdouble.py", line 160, in test_loadtxt
assert_equal(np.loadtxt(self.f.name, dtype=np.longdouble), a)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\lib\npyio.py", line 803, in loadtxt
fh = iter(open(fname, 'U'))
IOError: [Errno 13] Permission denied: 'c:\\users\\testing\\appdata\\local\\temp\\tmptnofdf'
======================================================================
ERROR: test_tofile_roundtrip (test_longdouble.FileBased)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_longdouble.py", line 165, in test_tofile_roundtrip
a.tofile(self.f.name, sep=" ")
IOError: [Errno 13] Permission denied: 'c:\\users\\testing\\appdata\\local\\temp\\tmp6js75j'
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision(<type 'numpy.complex64'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1617, in check_loss_of_precision
check(x_series, 2.1*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1586, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision(<type 'numpy.complex128'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1617, in check_loss_of_precision
check(x_series, 2.1*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1586, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision_longcomplex
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1664, in test_loss_of_precision_longcomplex
self.check_loss_of_precision(np.longcomplex)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1615, in check_loss_of_precision
check(x_series, 50*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1586, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
----------------------------------------------------------------------
Ran 5947 tests in 73.677s
FAILED (KNOWNFAIL=7, SKIP=9, errors=8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment