diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2016-04-14 21:25:02 +0000 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2016-04-14 21:14:11 -0700 |
commit | fc398de0f13fd709079e666b8c2a03db76316c1d (patch) | |
tree | 3a5a4b334e829cf81dc42eaf55b12e4b90cc9f66 /numpy/lib/nanfunctions.py | |
parent | f1b009112f07b57fde07b99129c1b118a6669f51 (diff) | |
download | numpy-fc398de0f13fd709079e666b8c2a03db76316c1d.tar.gz |
BUG: allow graceful recovery for no compiler
If there is no compiler on Linux, the error we were getting was CompileError
rather than the OSError the test was expecting.
This had the nasty side-effect of leaving us in a deleted temporary directory,
causing later test failures.
Try a check to see if we have a compiler and skip otherwise.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions