Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1443984 Details for
Bug 1556220
python-nipy: FTBFS in F28
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 1.13 MB, created by
Fedora Release Engineering
on 2018-05-28 21:51:44 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2018-05-28 21:51:44 UTC
Size:
1.13 MB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/python-nipy.spec'], chrootPath='/var/lib/mock/f29-build-12553838-917934/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffba0d1f98>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/python-nipy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Wrote: /builddir/build/SRPMS/python-nipy-0.4.1-5.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-nipy.spec'], chrootPath='/var/lib/mock/f29-build-12553838-917934/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffba0d1f98>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-nipy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YbgMDz >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf nipy-0.4.1 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/nipy-0.4.1.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd nipy-0.4.1 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/bin/git init -q >+ /usr/bin/git config user.name rpm-build >+ /usr/bin/git config user.email '<rpm-build>' >+ /usr/bin/git add . >+ /usr/bin/git commit -q -a --author 'rpm-build <rpm-build>' -m 'python-nipy-0.4.1 base' >+ find -type f -name '*.py' -exec sed -i -e 's/from \.*externals.six/from six/' -e 's/from nipy.externals.six/from six/' -e 's/from nipy.externals import six/import six/' -e 's/from nipy.externals.argparse/from argparse/' -e 's/import nipy.externals.argparse as argparse/import argparse/' -e 's/from \.*externals.transforms3d/from transforms3d/' '{}' ';' >+ find scripts/ -type f -exec sed -i -e 's/from nipy.externals.argparse/from argparse/' -e 's/import nipy.externals.argparse as argparse/import argparse/' '{}' ';' >+ sed -i -e '/config.add_subpackage(.externals.)/d' nipy/setup.py >+ rm -vrf nipy/externals/ >removed 'nipy/externals/configobj.py' >removed 'nipy/externals/validate.py' >removed 'nipy/externals/argparse.py' >removed 'nipy/externals/transforms3d/taitbryan.py' >removed 'nipy/externals/transforms3d/tests/test_quaternions.py' >removed 'nipy/externals/transforms3d/tests/samples.py' >removed 'nipy/externals/transforms3d/tests/test_taitbryan.py' >removed 'nipy/externals/transforms3d/tests/__init__.py' >removed directory 'nipy/externals/transforms3d/tests' >removed 'nipy/externals/transforms3d/quaternions.py' >removed 'nipy/externals/transforms3d/setup.py' >removed 'nipy/externals/transforms3d/utils.py' >removed 'nipy/externals/transforms3d/__init__.py' >removed directory 'nipy/externals/transforms3d' >removed 'nipy/externals/six.py' >removed 'nipy/externals/setup.py' >removed 'nipy/externals/__init__.py' >removed directory 'nipy/externals/' >+ rm -rf lib/lapack_lite/ >+ find examples -type f -name '*.py' -exec sed -i '1{\@^#!/usr/bin/env python@d}' '{}' ';' >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ghttkV >+ umask 022 >+ cd /builddir/build/BUILD >+ cd nipy-0.4.1 >+ export NIPY_EXTERNAL_LAPACK=1 >+ NIPY_EXTERNAL_LAPACK=1 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' >lapack_opt_info: >lapack_mkl_info: >customize UnixCCompiler > libraries mkl_rt not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] > NOT AVAILABLE >openblas_lapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >openblas_clapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >atlas_3_10_threads_info: >Setting PTATLAS=ATLAS >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib >customize UnixCCompiler >customize UnixCCompiler > libraries lapack_atlas not found in /usr/lib64/atlas >customize UnixCCompiler ><class 'numpy.distutils.system_info.atlas_3_10_threads_info'> >Setting PTATLAS=ATLAS >customize UnixCCompiler >get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' >customize Gnu95FCompiler >Found executable /usr/bin/gfortran >customize Gnu95FCompiler >customize Gnu95FCompiler using config >compiling '_configtest.c': >/* This file is generated from numpy/distutils/system_info.py */ >void ATL_buildinfo(void); >int main(void) { > ATL_buildinfo(); > return 0; >} >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-c' >gcc: _configtest.c >gcc -pthread _configtest.o -L/usr/lib64/atlas -ltatlas -ltatlas -o _configtest >ATLAS version 3.10.3 built by mockbuild on Wed Apr 11 11:46:02 UTC 2018: > UNAME : Linux buildvm-ppc64-11.ppc.fedoraproject.org 4.15.3-300.fc27.ppc64 #1 SMP Tue Feb 13 16:47:55 UTC 2018 ppc64 ppc64 ppc64 GNU/Linux > INSTFLG : -1 0 -a 1 -l 1 > ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_POWER5 -DATL_CPUMHZ=3425 -DATL_USE64BITS -DATL_GAS_PPC > F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle > CACHEEDGE: 2097152 > F77 : /usr/bin/gfortran, version GNU Fortran (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > F77FLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SMC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SMCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SKC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SKCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld >success! >removing: _configtest.c _configtest.o _configtest >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >customize UnixCCompiler > FOUND: > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > language = f77 > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > include_dirs = ['/usr/include'] > FOUND: > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > language = f77 > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > include_dirs = ['/usr/include'] >Linking with system Lapack >LAPACK build options: >library_dirs: ['/usr/lib64/atlas'] >libraries: ['tatlas', 'tatlas', 'tatlas', 'tatlas'] >lapack_info: {'libraries': ['tatlas', 'tatlas', 'tatlas', 'tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'define_macros': [('ATLAS_INFO', '"\\"3.10.3\\""')], 'language': 'f77', 'include_dirs': ['/usr/include']} >running build >running config_cc >unifing config_cc, config, build_clib, build_ext, build commands --compiler options >running config_fc >unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options >running build_src >build_src >building py_modules sources >creating build >creating build/src.linux-ppc64-2.7 >creating build/src.linux-ppc64-2.7/nipy >creating build/src.linux-ppc64-2.7/nipy/labs >building library "cstat" sources >building extension "nipy.algorithms.registration._registration" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/algorithms/registration/_registration.c >creating build/src.linux-ppc64-2.7/nipy/algorithms >creating build/src.linux-ppc64-2.7/nipy/algorithms/registration >building extension "nipy.algorithms.segmentation._segmentation" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.c >creating build/src.linux-ppc64-2.7/nipy/algorithms/segmentation >building extension "nipy.algorithms.statistics.intvol" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.c >creating build/src.linux-ppc64-2.7/nipy/algorithms/statistics >building extension "nipy.algorithms.statistics.histogram" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.c >building extension "nipy.algorithms.statistics._quantile" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.c >warning: nipy/algorithms/statistics/_quantile.pyx:51:16: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/algorithms/statistics/_quantile.pyx:51:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.algorithms.graph._graph" sources >building extension "nipy.labs.bindings.linalg" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/bindings/linalg.c >creating build/src.linux-ppc64-2.7/nipy/labs/bindings >warning: nipy/labs/bindings/linalg.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:122:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:122:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:136:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:136:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:150:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:150:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:303:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:303:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:371:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:371:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:387:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:387:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.bindings.array" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/bindings/array.c >warning: nipy/labs/bindings/array.pyx:45:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:45:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.bindings.wrapper" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/bindings/wrapper.c >warning: nipy/labs/bindings/wrapper.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:120:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:120:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:155:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:155:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:187:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:187:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.glm.kalman" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/glm/kalman.c >creating build/src.linux-ppc64-2.7/nipy/labs/glm >warning: nipy/labs/glm/kalman.pyx:87:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:87:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:87:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.group.onesample" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/group/onesample.c >creating build/src.linux-ppc64-2.7/nipy/labs/group >warning: nipy/labs/group/onesample.pyx:96:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:35: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.group.twosample" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/group/twosample.c >warning: nipy/labs/group/twosample.pyx:73:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:74:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:74:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:42: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:47: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:52: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:159:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:159:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.group.glm_twolevel" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.c >warning: nipy/labs/group/glm_twolevel.pyx:64:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building extension "nipy.labs.utils.routines" sources >cythonc:> build/src.linux-ppc64-2.7/nipy/labs/utils/routines.c >creating build/src.linux-ppc64-2.7/nipy/labs/utils >warning: nipy/labs/utils/routines.pyx:56:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:56:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:46: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:238:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:238:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:258:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:258:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >building data_files sources >build_src: building npy-pkg config files >running build_py >creating build/lib.linux-ppc64-2.7 >creating build/lib.linux-ppc64-2.7/nipy >copying nipy/info.py -> build/lib.linux-ppc64-2.7/nipy >copying nipy/pkg_info.py -> build/lib.linux-ppc64-2.7/nipy >copying nipy/setup.py -> build/lib.linux-ppc64-2.7/nipy >copying nipy/__init__.py -> build/lib.linux-ppc64-2.7/nipy >copying build/src.linux-ppc64-2.7/nipy/__config__.py -> build/lib.linux-ppc64-2.7/nipy >creating build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/resample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/interpolation.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/optimize.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/fwhm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/kernel_smooth.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >copying nipy/algorithms/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms >creating build/lib.linux-ppc64-2.7/nipy/algorithms/tests >copying nipy/algorithms/tests/test_kernel_smooth.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/tests >copying nipy/algorithms/tests/test_interpolator.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/tests >copying nipy/algorithms/tests/test_resample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/tests >copying nipy/algorithms/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/resample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/groupwise_registration.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/type_check.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/transform.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/similarity_measures.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/optimizer.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/chain_transform.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/affine.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/histogram_registration.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/scripting.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >copying nipy/algorithms/registration/polyaffine.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration >creating build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_polyaffine.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_transform.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_fmri_realign4d.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_resample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_chain_transforms.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_histogram_registration.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_cubic_spline.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_affine.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_register.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_slice_timing.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_scripting.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/timefuncs.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming >creating build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/tests >copying nipy/algorithms/slicetiming/tests/test_timefuncs.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/tests >copying nipy/algorithms/slicetiming/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/segmentation.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/brain_segmentation.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation >creating build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests >copying nipy/algorithms/segmentation/tests/test_segmentation.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests >copying nipy/algorithms/segmentation/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/mixed_effects_stat.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/rft.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/empirical_pvalue.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/bayesian_mixed_effects.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/api.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/utils.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >copying nipy/algorithms/statistics/onesample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/model.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/info.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/glm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/regression.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/nlsmodel.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/setupscons.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/utils.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/varfuncs.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/family.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/links.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_ar.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_anova.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_model.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_utils.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_regression.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_estimable.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_glm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_olsR.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/exampledata.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/formulae.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/tests >copying nipy/algorithms/statistics/formula/tests/test_formula.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/tests >copying nipy/algorithms/statistics/formula/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bench >copying nipy/algorithms/statistics/bench/bench_intvol.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bench >copying nipy/algorithms/statistics/bench/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bench >creating build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_rft.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_onesample.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_utils.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_mixed_effects.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_histogram.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_quantile.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/screens.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/commands.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/timediff.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/tsdiffplot.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics >creating build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_time_difference.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_commands.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_screen.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/hierarchical_clustering.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/von_mises_fisher_mixture.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/imm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/bgmm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/utils.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/gmm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >copying nipy/algorithms/clustering/ggmixture.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering >creating build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_bgmm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_gmm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_clustering.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_vmm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_ggm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_imm.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/utils >copying nipy/algorithms/utils/pca.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils >copying nipy/algorithms/utils/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils >copying nipy/algorithms/utils/fast_distance.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils >copying nipy/algorithms/utils/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils >copying nipy/algorithms/utils/matrices.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils >creating build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_pca.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_fast_distance.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_matrices.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_pca_image.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/bipartite_graph.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/field.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/graph.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/forest.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >copying nipy/algorithms/graph/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph >creating build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_field.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_bipartite_graph.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_graph.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_forest.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests >creating build/lib.linux-ppc64-2.7/nipy/algorithms/group >copying nipy/algorithms/group/setup.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/group >copying nipy/algorithms/group/parcel_analysis.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/group >copying nipy/algorithms/group/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/group >creating build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests >copying nipy/algorithms/group/tests/test_parcel_analysis.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests >copying nipy/algorithms/group/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests >creating build/lib.linux-ppc64-2.7/nipy/interfaces >copying nipy/interfaces/matlab.py -> build/lib.linux-ppc64-2.7/nipy/interfaces >copying nipy/interfaces/spm.py -> build/lib.linux-ppc64-2.7/nipy/interfaces >copying nipy/interfaces/setup.py -> build/lib.linux-ppc64-2.7/nipy/interfaces >copying nipy/interfaces/__init__.py -> build/lib.linux-ppc64-2.7/nipy/interfaces >creating build/lib.linux-ppc64-2.7/nipy/interfaces/tests >copying nipy/interfaces/tests/test_mlabtemp.py -> build/lib.linux-ppc64-2.7/nipy/interfaces/tests >copying nipy/interfaces/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/interfaces/tests >creating build/lib.linux-ppc64-2.7/nipy/core >copying nipy/core/setup.py -> build/lib.linux-ppc64-2.7/nipy/core >copying nipy/core/api.py -> build/lib.linux-ppc64-2.7/nipy/core >copying nipy/core/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core >creating build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/roi.py -> build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/image_list.py -> build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/image.py -> build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/setup.py -> build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/image_spaces.py -> build/lib.linux-ppc64-2.7/nipy/core/image >copying nipy/core/image/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/image >creating build/lib.linux-ppc64-2.7/nipy/core/image/tests >copying nipy/core/image/tests/test_image_list.py -> build/lib.linux-ppc64-2.7/nipy/core/image/tests >copying nipy/core/image/tests/test_image.py -> build/lib.linux-ppc64-2.7/nipy/core/image/tests >copying nipy/core/image/tests/test_image_spaces.py -> build/lib.linux-ppc64-2.7/nipy/core/image/tests >copying nipy/core/image/tests/test_rollimg.py -> build/lib.linux-ppc64-2.7/nipy/core/image/tests >copying nipy/core/image/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/image/tests >creating build/lib.linux-ppc64-2.7/nipy/core/utils >copying nipy/core/utils/generators.py -> build/lib.linux-ppc64-2.7/nipy/core/utils >copying nipy/core/utils/setup.py -> build/lib.linux-ppc64-2.7/nipy/core/utils >copying nipy/core/utils/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/utils >creating build/lib.linux-ppc64-2.7/nipy/core/utils/tests >copying nipy/core/utils/tests/test_generators.py -> build/lib.linux-ppc64-2.7/nipy/core/utils/tests >copying nipy/core/utils/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/utils/tests >creating build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/slices.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/array_coords.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/coordinate_system.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/setup.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/coordinate_map.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/spaces.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >copying nipy/core/reference/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/reference >creating build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_parametrized_surface.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_spaces.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_matrix_groups.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_coordinate_system.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/matrix_groups.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_array_coords.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_slices.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/test_coordinate_map.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >copying nipy/core/reference/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/core/reference/tests >creating build/lib.linux-ppc64-2.7/nipy/fixes >copying nipy/fixes/setup.py -> build/lib.linux-ppc64-2.7/nipy/fixes >copying nipy/fixes/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes >creating build/lib.linux-ppc64-2.7/nipy/fixes/numpy >copying nipy/fixes/numpy/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes/numpy >creating build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/nosetester.py -> build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/utils.py -> build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/noseclasses.py -> build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing >creating build/lib.linux-ppc64-2.7/nipy/fixes/nibabel >copying nipy/fixes/nibabel/orientations.py -> build/lib.linux-ppc64-2.7/nipy/fixes/nibabel >copying nipy/fixes/nibabel/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes/nibabel >creating build/lib.linux-ppc64-2.7/nipy/fixes/scipy >copying nipy/fixes/scipy/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes/scipy >creating build/lib.linux-ppc64-2.7/nipy/fixes/scipy/ndimage >copying nipy/fixes/scipy/ndimage/__init__.py -> build/lib.linux-ppc64-2.7/nipy/fixes/scipy/ndimage >creating build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/files.py -> build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/nifti_ref.py -> build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/setup.py -> build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/api.py -> build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/nibcompat.py -> build/lib.linux-ppc64-2.7/nipy/io >copying nipy/io/__init__.py -> build/lib.linux-ppc64-2.7/nipy/io >creating build/lib.linux-ppc64-2.7/nipy/io/tests >copying nipy/io/tests/test_nifti_ref.py -> build/lib.linux-ppc64-2.7/nipy/io/tests >copying nipy/io/tests/test_save.py -> build/lib.linux-ppc64-2.7/nipy/io/tests >copying nipy/io/tests/test_image_io.py -> build/lib.linux-ppc64-2.7/nipy/io/tests >copying nipy/io/tests/test_nibcompat.py -> build/lib.linux-ppc64-2.7/nipy/io/tests >copying nipy/io/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/io/tests >creating build/lib.linux-ppc64-2.7/nipy/io/imageformats >copying nipy/io/imageformats/__init__.py -> build/lib.linux-ppc64-2.7/nipy/io/imageformats >creating build/lib.linux-ppc64-2.7/nipy/modalities >copying nipy/modalities/setup.py -> build/lib.linux-ppc64-2.7/nipy/modalities >copying nipy/modalities/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities >creating build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/glm.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/realfuncs.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/design.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/hemodynamic_models.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/setup.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/api.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/fmri.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/hrf.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/utils.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/experimental_paradigm.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >copying nipy/modalities/fmri/design_matrix.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri >creating build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_hrf.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_hemodynamic_models.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_paradigm.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_aliases.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_utils.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_dmtx.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_design.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_glm.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_iterators.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_realfuncs.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_fmri.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests >creating build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/model.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/invert.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/outputters.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/setup.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/api.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/hrf.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat >creating build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_hrf.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_model.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_iterables.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_outputters.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests >creating build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/model.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/reml.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/__init__.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/correlation.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/trace.py -> build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm >creating build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/utilities.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/arrays.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/compat3.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/setup.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/perlpie.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/skip_test.py -> build/lib.linux-ppc64-2.7/nipy/utils >copying nipy/utils/__init__.py -> build/lib.linux-ppc64-2.7/nipy/utils >creating build/lib.linux-ppc64-2.7/nipy/utils/tests >copying nipy/utils/tests/test_utilities.py -> build/lib.linux-ppc64-2.7/nipy/utils/tests >copying nipy/utils/tests/test_skip_test.py -> build/lib.linux-ppc64-2.7/nipy/utils/tests >copying nipy/utils/tests/test_arrays.py -> build/lib.linux-ppc64-2.7/nipy/utils/tests >copying nipy/utils/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/utils/tests >copying nipy/utils/tests/test_compat3.py -> build/lib.linux-ppc64-2.7/nipy/utils/tests >creating build/lib.linux-ppc64-2.7/nipy/tests >copying nipy/tests/scriptrunner.py -> build/lib.linux-ppc64-2.7/nipy/tests >copying nipy/tests/test_scripts.py -> build/lib.linux-ppc64-2.7/nipy/tests >copying nipy/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/tests >creating build/lib.linux-ppc64-2.7/nipy/testing >copying nipy/testing/doctester.py -> build/lib.linux-ppc64-2.7/nipy/testing >copying nipy/testing/setup.py -> build/lib.linux-ppc64-2.7/nipy/testing >copying nipy/testing/nosetester.py -> build/lib.linux-ppc64-2.7/nipy/testing >copying nipy/testing/decorators.py -> build/lib.linux-ppc64-2.7/nipy/testing >copying nipy/testing/__init__.py -> build/lib.linux-ppc64-2.7/nipy/testing >creating build/lib.linux-ppc64-2.7/nipy/testing/tests >copying nipy/testing/tests/test_images.py -> build/lib.linux-ppc64-2.7/nipy/testing/tests >copying nipy/testing/tests/test_doctesting.py -> build/lib.linux-ppc64-2.7/nipy/testing/tests >copying nipy/testing/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/testing/tests >copying nipy/testing/tests/test_doctester.py -> build/lib.linux-ppc64-2.7/nipy/testing/tests >creating build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/viz3d.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/mask.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/viz.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/statistical_mapping.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying nipy/labs/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs >copying build/src.linux-ppc64-2.7/nipy/labs/__config__.py -> build/lib.linux-ppc64-2.7/nipy/labs >creating build/lib.linux-ppc64-2.7/nipy/labs/bindings >copying nipy/labs/bindings/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings >copying nipy/labs/bindings/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings >creating build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_blas3.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_array.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_blas1.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_linalg.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_numpy.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/bindings/benchmarks >copying nipy/labs/bindings/benchmarks/bench_numpy.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/benchmarks >copying nipy/labs/bindings/benchmarks/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/bindings/benchmarks >creating build/lib.linux-ppc64-2.7/nipy/labs/glm >copying nipy/labs/glm/glm.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm >copying nipy/labs/glm/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm >copying nipy/labs/glm/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm >creating build/lib.linux-ppc64-2.7/nipy/labs/glm/tests >copying nipy/labs/glm/tests/test_glm.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm/tests >copying nipy/labs/glm/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/glm/benchmarks >copying nipy/labs/glm/benchmarks/bench_glm.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm/benchmarks >copying nipy/labs/glm/benchmarks/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/glm/benchmarks >creating build/lib.linux-ppc64-2.7/nipy/labs/group >copying nipy/labs/group/permutation_test.py -> build/lib.linux-ppc64-2.7/nipy/labs/group >copying nipy/labs/group/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/group >copying nipy/labs/group/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/group >creating build/lib.linux-ppc64-2.7/nipy/labs/group/tests >copying nipy/labs/group/tests/test_permutation_test.py -> build/lib.linux-ppc64-2.7/nipy/labs/group/tests >copying nipy/labs/group/tests/test_onesample_stat.py -> build/lib.linux-ppc64-2.7/nipy/labs/group/tests >copying nipy/labs/group/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/group/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/mroi.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/bsa_io.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/parcel_io.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/hroi.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/parcellation.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/hierarchical_parcellation.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/discrete_domain.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/structural_bfls.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >copying nipy/labs/spatial_models/bayesian_structural_analysis.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models >creating build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_bsa_io.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_parcel_io.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_discrete_domain.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_mroi.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_parcel.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_hroi.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_bsa.py -> build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/mask.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/zscore.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/simul_multisubject_fmri_dataset.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/reproducibility_measures.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >copying nipy/labs/utils/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils >creating build/lib.linux-ppc64-2.7/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_repro.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_misc.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils/tests >copying nipy/labs/utils/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> build/lib.linux-ppc64-2.7/nipy/labs/utils/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/activation_maps.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/maps_3d.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/slicers.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/edge_detect.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/cm.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/anat_cache.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >copying nipy/labs/viz_tools/coord_tools.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools >creating build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_coord_tools.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_cm.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_activation_maps.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_edge_detect.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_slicers.py -> build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets >copying nipy/labs/datasets/converters.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets >copying nipy/labs/datasets/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets >copying nipy/labs/datasets/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_grid.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_img.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_data.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_field.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_img.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_grid.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_field.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_data.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/transform.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/affine_transform.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/affine_utils.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/setup.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_transform.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_affine_utils.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_affine_transform.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/datasets/tests >copying nipy/labs/datasets/tests/test_converters.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/tests >copying nipy/labs/datasets/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/datasets/tests >creating build/lib.linux-ppc64-2.7/nipy/labs/tests >copying nipy/labs/tests/test_mask.py -> build/lib.linux-ppc64-2.7/nipy/labs/tests >copying nipy/labs/tests/__init__.py -> build/lib.linux-ppc64-2.7/nipy/labs/tests >copying nipy/labs/tests/test_statistical_mapping.py -> build/lib.linux-ppc64-2.7/nipy/labs/tests >running build_clib >customize UnixCCompiler >customize UnixCCompiler using build_clib >building 'cstat' library >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7 >creating build/temp.linux-ppc64-2.7/builddir >creating build/temp.linux-ppc64-2.7/builddir/build >creating build/temp.linux-ppc64-2.7/builddir/build/BUILD >creating build/temp.linux-ppc64-2.7/builddir/build/BUILD/nipy-0.4.1 >creating build/temp.linux-ppc64-2.7/builddir/build/BUILD/nipy-0.4.1/lib >creating build/temp.linux-ppc64-2.7/builddir/build/BUILD/nipy-0.4.1/lib/fff >creating build/temp.linux-ppc64-2.7/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_specfun.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_onesample_stat.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.h:2, > from /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_routines.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_vector.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_lapack.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_gen_stats.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_glm_kalman.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_glm_twolevel.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_twosample_stat.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_blas.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c >/builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c: In function 'fff_matrix_transpose': >/builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c:264:20: warning: variable 'rB' set but not used [-Wunused-but-set-variable] > size_t i, j, rA, rB; > ^~ >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_base.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_array.c >ar: adding 14 object files to build/temp.linux-ppc64-2.7/libcstat.a >running build_ext >customize UnixCCompiler >customize UnixCCompiler using MyBuildExt >updating extension 'nipy.labs.bindings.linalg' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.bindings.array' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.bindings.wrapper' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.glm.kalman' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.onesample' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.twosample' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.glm_twolevel' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.utils.routines' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >building 'nipy.algorithms.registration._registration' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7 >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/registration >creating build/temp.linux-ppc64-2.7/nipy >creating build/temp.linux-ppc64-2.7/nipy/algorithms >creating build/temp.linux-ppc64-2.7/nipy/algorithms/registration >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: nipy/algorithms/registration/joint_histogram.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/joint_histogram.h:27, > from nipy/algorithms/registration/joint_histogram.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/cubic_spline.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/cubic_spline.h:35, > from nipy/algorithms/registration/cubic_spline.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/polyaffine.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/polyaffine.h:16, > from nipy/algorithms/registration/polyaffine.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: build/src.linux-ppc64-2.7/nipy/algorithms/registration/_registration.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/algorithms/registration/_registration.c:567: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/wichmann_prng.c >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/registration/_registration.o build/temp.linux-ppc64-2.7/nipy/algorithms/registration/joint_histogram.o build/temp.linux-ppc64-2.7/nipy/algorithms/registration/wichmann_prng.o build/temp.linux-ppc64-2.7/nipy/algorithms/registration/cubic_spline.o build/temp.linux-ppc64-2.7/nipy/algorithms/registration/polyaffine.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/registration/_registration.so >building 'nipy.algorithms.segmentation._segmentation' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/segmentation >creating build/temp.linux-ppc64-2.7/nipy/algorithms/segmentation >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: nipy/algorithms/segmentation/mrf.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/segmentation/mrf.h:16, > from nipy/algorithms/segmentation/mrf.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: build/src.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.c:567: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.o build/temp.linux-ppc64-2.7/nipy/algorithms/segmentation/mrf.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.so >building 'nipy.algorithms.statistics.intvol' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/statistics >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.so >building 'nipy.algorithms.statistics.histogram' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.so >building 'nipy.algorithms.statistics._quantile' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/nipy/algorithms/statistics >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/statistics/quantile.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/statistics/quantile.h:9, > from nipy/algorithms/statistics/quantile.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/statistics/quantile.h:9, > from nipy/algorithms/statistics/quantile.c:1: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: '_import_array' defined but not used [-Wunused-function] > _import_array(void) > ^~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.o build/temp.linux-ppc64-2.7/nipy/algorithms/statistics/quantile.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.so >building 'nipy.algorithms.graph._graph' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/nipy/algorithms/graph >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: nipy/algorithms/graph/_graph.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/graph/_graph.c:256: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/graph/_graph.c:256: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: '_import_array' defined but not used [-Wunused-function] > _import_array(void) > ^~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/nipy/algorithms/graph/_graph.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/algorithms/graph/_graph.so >building 'nipy.labs.bindings.linalg' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/bindings >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/bindings/linalg.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/bindings/linalg.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/bindings/linalg.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/bindings/linalg.so >building 'nipy.labs.bindings.array' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/bindings/array.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/bindings/array.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/bindings/array.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/bindings/array.so >building 'nipy.labs.bindings.wrapper' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/bindings/wrapper.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/bindings/wrapper.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/bindings/wrapper.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/bindings/wrapper.so >building 'nipy.labs.glm.kalman' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/glm >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/glm/kalman.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/glm/kalman.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/glm/kalman.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/glm/kalman.so >building 'nipy.labs.group.onesample' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/group >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/group/onesample.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/group/onesample.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/group/onesample.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/group/onesample.so >building 'nipy.labs.group.twosample' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/group/twosample.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/group/twosample.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/group/twosample.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/group/twosample.so >building 'nipy.labs.group.glm_twolevel' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.so >building 'nipy.labs.utils.routines' extension >compiling C sources >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/utils >compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include -I/usr/include/python2.7 -c' >gcc: build/src.linux-ppc64-2.7/nipy/labs/utils/routines.c >In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-2.7/nipy/labs/utils/routines.c:566: >/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/build/src.linux-ppc64-2.7/nipy/labs/utils/routines.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-2.7 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython2.7 -o build/lib.linux-ppc64-2.7/nipy/labs/utils/routines.so >running build_scripts >creating build/scripts.linux-ppc64-2.7 >copying and adjusting scripts/nipy_diagnose -> build/scripts.linux-ppc64-2.7 >copying and adjusting scripts/nipy_tsdiffana -> build/scripts.linux-ppc64-2.7 >copying and adjusting scripts/nipy_3dto4d -> build/scripts.linux-ppc64-2.7 >copying and adjusting scripts/nipy_4d_realign -> build/scripts.linux-ppc64-2.7 >copying and adjusting scripts/nipy_4dto3d -> build/scripts.linux-ppc64-2.7 >changing mode of build/scripts.linux-ppc64-2.7/nipy_diagnose from 644 to 755 >changing mode of build/scripts.linux-ppc64-2.7/nipy_tsdiffana from 644 to 755 >changing mode of build/scripts.linux-ppc64-2.7/nipy_3dto4d from 644 to 755 >changing mode of build/scripts.linux-ppc64-2.7/nipy_4d_realign from 644 to 755 >changing mode of build/scripts.linux-ppc64-2.7/nipy_4dto3d from 644 to 755 >+ sleep 1 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' >lapack_opt_info: >lapack_mkl_info: >customize UnixCCompiler > libraries mkl_rt not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] > NOT AVAILABLE >openblas_lapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >openblas_clapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >atlas_3_10_threads_info: >Setting PTATLAS=ATLAS >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib >customize UnixCCompiler >customize UnixCCompiler > libraries lapack_atlas not found in /usr/lib64/atlas >customize UnixCCompiler ><class 'numpy.distutils.system_info.atlas_3_10_threads_info'> >Setting PTATLAS=ATLAS >customize UnixCCompiler >get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' >customize Gnu95FCompiler >Found executable /usr/bin/gfortran >customize Gnu95FCompiler >customize Gnu95FCompiler using config >compiling '_configtest.c': >/* This file is generated from numpy/distutils/system_info.py */ >void ATL_buildinfo(void); >int main(void) { > ATL_buildinfo(); > return 0; >} >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-c' >gcc: _configtest.c >gcc -pthread _configtest.o -L/usr/lib64/atlas -ltatlas -ltatlas -o _configtest >ATLAS version 3.10.3 built by mockbuild on Wed Apr 11 11:46:02 UTC 2018: > UNAME : Linux buildvm-ppc64-11.ppc.fedoraproject.org 4.15.3-300.fc27.ppc64 #1 SMP Tue Feb 13 16:47:55 UTC 2018 ppc64 ppc64 ppc64 GNU/Linux > INSTFLG : -1 0 -a 1 -l 1 > ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_POWER5 -DATL_CPUMHZ=3425 -DATL_USE64BITS -DATL_GAS_PPC > F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle > CACHEEDGE: 2097152 > F77 : /usr/bin/gfortran, version GNU Fortran (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > F77FLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SMC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SMCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SKC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SKCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld >success! >removing: _configtest.c _configtest.o _configtest >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >customize UnixCCompiler > FOUND: > include_dirs = ['/usr/include'] > language = f77 > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > FOUND: > include_dirs = ['/usr/include'] > language = f77 > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] >Linking with system Lapack >LAPACK build options: >library_dirs: ['/usr/lib64/atlas'] >libraries: ['tatlas', 'tatlas', 'tatlas', 'tatlas'] >lapack_info: {'include_dirs': ['/usr/include'], 'language': 'f77', 'libraries': ['tatlas', 'tatlas', 'tatlas', 'tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'define_macros': [('ATLAS_INFO', '"\\"3.10.3\\""')]} >running build >running config_cc >unifing config_cc, config, build_clib, build_ext, build commands --compiler options >running config_fc >unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options >running build_src >build_src >building py_modules sources >creating build/src.linux-ppc64-3.6 >creating build/src.linux-ppc64-3.6/nipy >creating build/src.linux-ppc64-3.6/nipy/labs >building library "cstat" sources >building extension "nipy.algorithms.registration._registration" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/algorithms/registration/_registration.c >creating build/src.linux-ppc64-3.6/nipy/algorithms >creating build/src.linux-ppc64-3.6/nipy/algorithms/registration >building extension "nipy.algorithms.segmentation._segmentation" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.c >creating build/src.linux-ppc64-3.6/nipy/algorithms/segmentation >building extension "nipy.algorithms.statistics.intvol" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.c >creating build/src.linux-ppc64-3.6/nipy/algorithms/statistics >building extension "nipy.algorithms.statistics.histogram" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.c >building extension "nipy.algorithms.statistics._quantile" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.c >building extension "nipy.algorithms.graph._graph" sources >building extension "nipy.labs.bindings.linalg" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/bindings/linalg.c >creating build/src.linux-ppc64-3.6/nipy/labs/bindings >building extension "nipy.labs.bindings.array" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/bindings/array.c >building extension "nipy.labs.bindings.wrapper" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/bindings/wrapper.c >building extension "nipy.labs.glm.kalman" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/glm/kalman.c >creating build/src.linux-ppc64-3.6/nipy/labs/glm >building extension "nipy.labs.group.onesample" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/group/onesample.c >creating build/src.linux-ppc64-3.6/nipy/labs/group >building extension "nipy.labs.group.twosample" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/group/twosample.c >building extension "nipy.labs.group.glm_twolevel" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.c >building extension "nipy.labs.utils.routines" sources >cythonc:> build/src.linux-ppc64-3.6/nipy/labs/utils/routines.c >creating build/src.linux-ppc64-3.6/nipy/labs/utils >building data_files sources >build_src: building npy-pkg config files >running build_py >creating build/lib.linux-ppc64-3.6 >creating build/lib.linux-ppc64-3.6/nipy >copying nipy/info.py -> build/lib.linux-ppc64-3.6/nipy >copying nipy/pkg_info.py -> build/lib.linux-ppc64-3.6/nipy >copying nipy/setup.py -> build/lib.linux-ppc64-3.6/nipy >copying nipy/__init__.py -> build/lib.linux-ppc64-3.6/nipy >copying build/src.linux-ppc64-3.6/nipy/__config__.py -> build/lib.linux-ppc64-3.6/nipy >creating build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/resample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/interpolation.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/optimize.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/fwhm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/kernel_smooth.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >copying nipy/algorithms/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms >creating build/lib.linux-ppc64-3.6/nipy/algorithms/tests >copying nipy/algorithms/tests/test_kernel_smooth.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/tests >copying nipy/algorithms/tests/test_interpolator.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/tests >copying nipy/algorithms/tests/test_resample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/tests >copying nipy/algorithms/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/resample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/groupwise_registration.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/type_check.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/transform.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/similarity_measures.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/optimizer.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/chain_transform.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/affine.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/histogram_registration.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/scripting.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >copying nipy/algorithms/registration/polyaffine.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration >creating build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_polyaffine.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_transform.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_fmri_realign4d.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_resample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_chain_transforms.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_histogram_registration.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_cubic_spline.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_affine.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_register.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_slice_timing.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >copying nipy/algorithms/registration/tests/test_scripting.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/timefuncs.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming >copying nipy/algorithms/slicetiming/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming >creating build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/tests >copying nipy/algorithms/slicetiming/tests/test_timefuncs.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/tests >copying nipy/algorithms/slicetiming/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/segmentation.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/brain_segmentation.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation >copying nipy/algorithms/segmentation/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation >creating build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/tests >copying nipy/algorithms/segmentation/tests/test_segmentation.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/tests >copying nipy/algorithms/segmentation/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/mixed_effects_stat.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/rft.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/empirical_pvalue.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/bayesian_mixed_effects.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/api.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/utils.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >copying nipy/algorithms/statistics/onesample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/model.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/info.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/glm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/regression.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/nlsmodel.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/setupscons.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/utils.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >copying nipy/algorithms/statistics/models/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/varfuncs.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/family.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/links.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family >copying nipy/algorithms/statistics/models/family/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_ar.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_anova.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_model.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_utils.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_regression.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_estimable.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_glm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/test_olsR.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/exampledata.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >copying nipy/algorithms/statistics/models/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/formulae.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula >copying nipy/algorithms/statistics/formula/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/tests >copying nipy/algorithms/statistics/formula/tests/test_formula.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/tests >copying nipy/algorithms/statistics/formula/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bench >copying nipy/algorithms/statistics/bench/bench_intvol.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bench >copying nipy/algorithms/statistics/bench/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bench >creating build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_rft.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_onesample.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_utils.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_mixed_effects.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_histogram.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/test_quantile.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >copying nipy/algorithms/statistics/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/screens.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/commands.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/timediff.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >copying nipy/algorithms/diagnostics/tsdiffplot.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics >creating build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_time_difference.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_commands.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests >copying nipy/algorithms/diagnostics/tests/test_screen.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/hierarchical_clustering.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/von_mises_fisher_mixture.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/imm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/bgmm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/utils.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/gmm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >copying nipy/algorithms/clustering/ggmixture.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering >creating build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_bgmm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_gmm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_clustering.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_vmm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_ggm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/test_imm.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >copying nipy/algorithms/clustering/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/utils >copying nipy/algorithms/utils/pca.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils >copying nipy/algorithms/utils/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils >copying nipy/algorithms/utils/fast_distance.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils >copying nipy/algorithms/utils/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils >copying nipy/algorithms/utils/matrices.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils >creating build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_pca.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_fast_distance.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_matrices.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/test_pca_image.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >copying nipy/algorithms/utils/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/bipartite_graph.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/field.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/graph.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/forest.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >copying nipy/algorithms/graph/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph >creating build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_field.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_bipartite_graph.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_graph.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >copying nipy/algorithms/graph/tests/test_forest.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests >creating build/lib.linux-ppc64-3.6/nipy/algorithms/group >copying nipy/algorithms/group/setup.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/group >copying nipy/algorithms/group/parcel_analysis.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/group >copying nipy/algorithms/group/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/group >creating build/lib.linux-ppc64-3.6/nipy/algorithms/group/tests >copying nipy/algorithms/group/tests/test_parcel_analysis.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/group/tests >copying nipy/algorithms/group/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/algorithms/group/tests >creating build/lib.linux-ppc64-3.6/nipy/interfaces >copying nipy/interfaces/matlab.py -> build/lib.linux-ppc64-3.6/nipy/interfaces >copying nipy/interfaces/spm.py -> build/lib.linux-ppc64-3.6/nipy/interfaces >copying nipy/interfaces/setup.py -> build/lib.linux-ppc64-3.6/nipy/interfaces >copying nipy/interfaces/__init__.py -> build/lib.linux-ppc64-3.6/nipy/interfaces >creating build/lib.linux-ppc64-3.6/nipy/interfaces/tests >copying nipy/interfaces/tests/test_mlabtemp.py -> build/lib.linux-ppc64-3.6/nipy/interfaces/tests >copying nipy/interfaces/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/interfaces/tests >creating build/lib.linux-ppc64-3.6/nipy/core >copying nipy/core/setup.py -> build/lib.linux-ppc64-3.6/nipy/core >copying nipy/core/api.py -> build/lib.linux-ppc64-3.6/nipy/core >copying nipy/core/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core >creating build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/roi.py -> build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/image_list.py -> build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/image.py -> build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/setup.py -> build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/image_spaces.py -> build/lib.linux-ppc64-3.6/nipy/core/image >copying nipy/core/image/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/image >creating build/lib.linux-ppc64-3.6/nipy/core/image/tests >copying nipy/core/image/tests/test_image_list.py -> build/lib.linux-ppc64-3.6/nipy/core/image/tests >copying nipy/core/image/tests/test_image.py -> build/lib.linux-ppc64-3.6/nipy/core/image/tests >copying nipy/core/image/tests/test_image_spaces.py -> build/lib.linux-ppc64-3.6/nipy/core/image/tests >copying nipy/core/image/tests/test_rollimg.py -> build/lib.linux-ppc64-3.6/nipy/core/image/tests >copying nipy/core/image/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/image/tests >creating build/lib.linux-ppc64-3.6/nipy/core/utils >copying nipy/core/utils/generators.py -> build/lib.linux-ppc64-3.6/nipy/core/utils >copying nipy/core/utils/setup.py -> build/lib.linux-ppc64-3.6/nipy/core/utils >copying nipy/core/utils/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/utils >creating build/lib.linux-ppc64-3.6/nipy/core/utils/tests >copying nipy/core/utils/tests/test_generators.py -> build/lib.linux-ppc64-3.6/nipy/core/utils/tests >copying nipy/core/utils/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/utils/tests >creating build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/slices.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/array_coords.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/coordinate_system.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/setup.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/coordinate_map.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/spaces.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >copying nipy/core/reference/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/reference >creating build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_parametrized_surface.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_spaces.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_matrix_groups.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_coordinate_system.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/matrix_groups.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_array_coords.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_slices.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/test_coordinate_map.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >copying nipy/core/reference/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/core/reference/tests >creating build/lib.linux-ppc64-3.6/nipy/fixes >copying nipy/fixes/setup.py -> build/lib.linux-ppc64-3.6/nipy/fixes >copying nipy/fixes/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes >creating build/lib.linux-ppc64-3.6/nipy/fixes/numpy >copying nipy/fixes/numpy/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes/numpy >creating build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/nosetester.py -> build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/utils.py -> build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing >copying nipy/fixes/numpy/testing/noseclasses.py -> build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing >creating build/lib.linux-ppc64-3.6/nipy/fixes/nibabel >copying nipy/fixes/nibabel/orientations.py -> build/lib.linux-ppc64-3.6/nipy/fixes/nibabel >copying nipy/fixes/nibabel/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes/nibabel >creating build/lib.linux-ppc64-3.6/nipy/fixes/scipy >copying nipy/fixes/scipy/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes/scipy >creating build/lib.linux-ppc64-3.6/nipy/fixes/scipy/ndimage >copying nipy/fixes/scipy/ndimage/__init__.py -> build/lib.linux-ppc64-3.6/nipy/fixes/scipy/ndimage >creating build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/files.py -> build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/nifti_ref.py -> build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/setup.py -> build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/api.py -> build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/nibcompat.py -> build/lib.linux-ppc64-3.6/nipy/io >copying nipy/io/__init__.py -> build/lib.linux-ppc64-3.6/nipy/io >creating build/lib.linux-ppc64-3.6/nipy/io/tests >copying nipy/io/tests/test_nifti_ref.py -> build/lib.linux-ppc64-3.6/nipy/io/tests >copying nipy/io/tests/test_save.py -> build/lib.linux-ppc64-3.6/nipy/io/tests >copying nipy/io/tests/test_image_io.py -> build/lib.linux-ppc64-3.6/nipy/io/tests >copying nipy/io/tests/test_nibcompat.py -> build/lib.linux-ppc64-3.6/nipy/io/tests >copying nipy/io/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/io/tests >creating build/lib.linux-ppc64-3.6/nipy/io/imageformats >copying nipy/io/imageformats/__init__.py -> build/lib.linux-ppc64-3.6/nipy/io/imageformats >creating build/lib.linux-ppc64-3.6/nipy/modalities >copying nipy/modalities/setup.py -> build/lib.linux-ppc64-3.6/nipy/modalities >copying nipy/modalities/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities >creating build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/glm.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/realfuncs.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/design.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/hemodynamic_models.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/setup.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/api.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/fmri.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/hrf.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/utils.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/experimental_paradigm.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >copying nipy/modalities/fmri/design_matrix.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri >creating build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_hrf.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_hemodynamic_models.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_paradigm.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_aliases.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_utils.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_dmtx.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_design.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_glm.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_iterators.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_realfuncs.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/test_fmri.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests >creating build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/model.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/invert.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/outputters.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/setup.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/api.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/hrf.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >copying nipy/modalities/fmri/fmristat/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat >creating build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_hrf.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_model.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_iterables.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_outputters.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >copying nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests >creating build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/model.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/reml.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/__init__.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/correlation.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >copying nipy/modalities/fmri/spm/trace.py -> build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm >creating build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/utilities.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/arrays.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/compat3.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/setup.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/perlpie.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/skip_test.py -> build/lib.linux-ppc64-3.6/nipy/utils >copying nipy/utils/__init__.py -> build/lib.linux-ppc64-3.6/nipy/utils >creating build/lib.linux-ppc64-3.6/nipy/utils/tests >copying nipy/utils/tests/test_utilities.py -> build/lib.linux-ppc64-3.6/nipy/utils/tests >copying nipy/utils/tests/test_skip_test.py -> build/lib.linux-ppc64-3.6/nipy/utils/tests >copying nipy/utils/tests/test_arrays.py -> build/lib.linux-ppc64-3.6/nipy/utils/tests >copying nipy/utils/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/utils/tests >copying nipy/utils/tests/test_compat3.py -> build/lib.linux-ppc64-3.6/nipy/utils/tests >creating build/lib.linux-ppc64-3.6/nipy/tests >copying nipy/tests/scriptrunner.py -> build/lib.linux-ppc64-3.6/nipy/tests >copying nipy/tests/test_scripts.py -> build/lib.linux-ppc64-3.6/nipy/tests >copying nipy/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/tests >creating build/lib.linux-ppc64-3.6/nipy/testing >copying nipy/testing/doctester.py -> build/lib.linux-ppc64-3.6/nipy/testing >copying nipy/testing/setup.py -> build/lib.linux-ppc64-3.6/nipy/testing >copying nipy/testing/nosetester.py -> build/lib.linux-ppc64-3.6/nipy/testing >copying nipy/testing/decorators.py -> build/lib.linux-ppc64-3.6/nipy/testing >copying nipy/testing/__init__.py -> build/lib.linux-ppc64-3.6/nipy/testing >creating build/lib.linux-ppc64-3.6/nipy/testing/tests >copying nipy/testing/tests/test_images.py -> build/lib.linux-ppc64-3.6/nipy/testing/tests >copying nipy/testing/tests/test_doctesting.py -> build/lib.linux-ppc64-3.6/nipy/testing/tests >copying nipy/testing/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/testing/tests >copying nipy/testing/tests/test_doctester.py -> build/lib.linux-ppc64-3.6/nipy/testing/tests >creating build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/viz3d.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/mask.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/viz.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/statistical_mapping.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying nipy/labs/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs >copying build/src.linux-ppc64-3.6/nipy/labs/__config__.py -> build/lib.linux-ppc64-3.6/nipy/labs >creating build/lib.linux-ppc64-3.6/nipy/labs/bindings >copying nipy/labs/bindings/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings >copying nipy/labs/bindings/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings >creating build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_blas3.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_array.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_blas1.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_linalg.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/test_numpy.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >copying nipy/labs/bindings/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/bindings/benchmarks >copying nipy/labs/bindings/benchmarks/bench_numpy.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/benchmarks >copying nipy/labs/bindings/benchmarks/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/bindings/benchmarks >creating build/lib.linux-ppc64-3.6/nipy/labs/glm >copying nipy/labs/glm/glm.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm >copying nipy/labs/glm/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm >copying nipy/labs/glm/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm >creating build/lib.linux-ppc64-3.6/nipy/labs/glm/tests >copying nipy/labs/glm/tests/test_glm.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm/tests >copying nipy/labs/glm/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/glm/benchmarks >copying nipy/labs/glm/benchmarks/bench_glm.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm/benchmarks >copying nipy/labs/glm/benchmarks/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/glm/benchmarks >creating build/lib.linux-ppc64-3.6/nipy/labs/group >copying nipy/labs/group/permutation_test.py -> build/lib.linux-ppc64-3.6/nipy/labs/group >copying nipy/labs/group/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/group >copying nipy/labs/group/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/group >creating build/lib.linux-ppc64-3.6/nipy/labs/group/tests >copying nipy/labs/group/tests/test_permutation_test.py -> build/lib.linux-ppc64-3.6/nipy/labs/group/tests >copying nipy/labs/group/tests/test_onesample_stat.py -> build/lib.linux-ppc64-3.6/nipy/labs/group/tests >copying nipy/labs/group/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/group/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/mroi.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/bsa_io.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/parcel_io.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/hroi.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/parcellation.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/hierarchical_parcellation.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/discrete_domain.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/structural_bfls.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >copying nipy/labs/spatial_models/bayesian_structural_analysis.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models >creating build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_bsa_io.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_parcel_io.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_discrete_domain.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_mroi.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_parcel.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_hroi.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >copying nipy/labs/spatial_models/tests/test_bsa.py -> build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/mask.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/zscore.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/simul_multisubject_fmri_dataset.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/reproducibility_measures.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >copying nipy/labs/utils/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils >creating build/lib.linux-ppc64-3.6/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_repro.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_misc.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils/tests >copying nipy/labs/utils/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils/tests >copying nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> build/lib.linux-ppc64-3.6/nipy/labs/utils/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/activation_maps.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/maps_3d.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/slicers.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/edge_detect.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/cm.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/anat_cache.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >copying nipy/labs/viz_tools/coord_tools.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools >creating build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_coord_tools.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_cm.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_activation_maps.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_edge_detect.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >copying nipy/labs/viz_tools/test/test_slicers.py -> build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets >copying nipy/labs/datasets/converters.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets >copying nipy/labs/datasets/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets >copying nipy/labs/datasets/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_grid.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_img.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_data.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/volume_field.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >copying nipy/labs/datasets/volumes/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_img.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_grid.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_field.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/test_volume_data.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >copying nipy/labs/datasets/volumes/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/transform.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/affine_transform.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/affine_utils.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/setup.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >copying nipy/labs/datasets/transforms/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_transform.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_affine_utils.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/test_affine_transform.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests >copying nipy/labs/datasets/transforms/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/datasets/tests >copying nipy/labs/datasets/tests/test_converters.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/tests >copying nipy/labs/datasets/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/datasets/tests >creating build/lib.linux-ppc64-3.6/nipy/labs/tests >copying nipy/labs/tests/test_mask.py -> build/lib.linux-ppc64-3.6/nipy/labs/tests >copying nipy/labs/tests/__init__.py -> build/lib.linux-ppc64-3.6/nipy/labs/tests >copying nipy/labs/tests/test_statistical_mapping.py -> build/lib.linux-ppc64-3.6/nipy/labs/tests >running build_clib >customize UnixCCompiler >customize UnixCCompiler using build_clib >building 'cstat' library >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6 >creating build/temp.linux-ppc64-3.6/builddir >creating build/temp.linux-ppc64-3.6/builddir/build >creating build/temp.linux-ppc64-3.6/builddir/build/BUILD >creating build/temp.linux-ppc64-3.6/builddir/build/BUILD/nipy-0.4.1 >creating build/temp.linux-ppc64-3.6/builddir/build/BUILD/nipy-0.4.1/lib >creating build/temp.linux-ppc64-3.6/builddir/build/BUILD/nipy-0.4.1/lib/fff >creating build/temp.linux-ppc64-3.6/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_blas.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_lapack.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_routines.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_glm_twolevel.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_array.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_gen_stats.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_base.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c >/builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c: In function ‘fff_matrix_transpose’: >/builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_matrix.c:264:20: warning: variable ‘rB’ set but not used [-Wunused-but-set-variable] > size_t i, j, rA, rB; > ^~ >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_glm_kalman.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_specfun.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_twosample_stat.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_vector.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff/fff_onesample_stat.c >gcc: /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.h:2, > from /builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_import_array’: >/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c:17:3: warning: returning ‘void *’ from a function with return type ‘IMP_OUT’ {aka ‘int’} makes integer from pointer without a cast [-Wint-conversion] > import_array(); > ^~~~~~~~~~~~ >/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper/fffpy.c:18:1: warning: control reaches end of non-void function [-Wreturn-type] > } > ^ >ar: adding 14 object files to build/temp.linux-ppc64-3.6/libcstat.a >running build_ext >customize UnixCCompiler >customize UnixCCompiler using MyBuildExt >updating extension 'nipy.labs.bindings.linalg' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.bindings.array' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.bindings.wrapper' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.glm.kalman' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.onesample' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.twosample' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.group.glm_twolevel' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >updating extension 'nipy.labs.utils.routines' libraries from ['cstat'] to ['cstat', 'tatlas', 'tatlas', 'tatlas', 'tatlas'] >building 'nipy.algorithms.registration._registration' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6 >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/registration >creating build/temp.linux-ppc64-3.6/nipy >creating build/temp.linux-ppc64-3.6/nipy/algorithms >creating build/temp.linux-ppc64-3.6/nipy/algorithms/registration >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/algorithms/registration/_registration.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/algorithms/registration/_registration.c:567: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/joint_histogram.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/joint_histogram.h:27, > from nipy/algorithms/registration/joint_histogram.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/wichmann_prng.c >gcc: nipy/algorithms/registration/cubic_spline.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/cubic_spline.h:35, > from nipy/algorithms/registration/cubic_spline.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/registration/polyaffine.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/registration/polyaffine.h:16, > from nipy/algorithms/registration/polyaffine.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/registration/_registration.o build/temp.linux-ppc64-3.6/nipy/algorithms/registration/joint_histogram.o build/temp.linux-ppc64-3.6/nipy/algorithms/registration/wichmann_prng.o build/temp.linux-ppc64-3.6/nipy/algorithms/registration/cubic_spline.o build/temp.linux-ppc64-3.6/nipy/algorithms/registration/polyaffine.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/registration/_registration.cpython-36m-ppc64-linux-gnu.so >building 'nipy.algorithms.segmentation._segmentation' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/segmentation >creating build/temp.linux-ppc64-3.6/nipy/algorithms/segmentation >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.c:567: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/segmentation/mrf.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/segmentation/mrf.h:16, > from nipy/algorithms/segmentation/mrf.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.o build/temp.linux-ppc64-3.6/nipy/algorithms/segmentation/mrf.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.cpython-36m-ppc64-linux-gnu.so >building 'nipy.algorithms.statistics.intvol' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/statistics >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.cpython-36m-ppc64-linux-gnu.so >building 'nipy.algorithms.statistics.histogram' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.cpython-36m-ppc64-linux-gnu.so >building 'nipy.algorithms.statistics._quantile' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/nipy/algorithms/statistics >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc: nipy/algorithms/statistics/quantile.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/statistics/quantile.h:9, > from nipy/algorithms/statistics/quantile.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:27, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/statistics/quantile.h:9, > from nipy/algorithms/statistics/quantile.c:1: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: ‘_import_array’ defined but not used [-Wunused-function] > _import_array(void) > ^~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.o build/temp.linux-ppc64-3.6/nipy/algorithms/statistics/quantile.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.cpython-36m-ppc64-linux-gnu.so >building 'nipy.algorithms.graph._graph' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/nipy/algorithms/graph >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: nipy/algorithms/graph/_graph.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/graph/_graph.c:256: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:27, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from nipy/algorithms/graph/_graph.c:256: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: ‘_import_array’ defined but not used [-Wunused-function] > _import_array(void) > ^~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/nipy/algorithms/graph/_graph.o -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/algorithms/graph/_graph.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.bindings.linalg' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/bindings >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/bindings/linalg.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/bindings/linalg.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/bindings/linalg.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/bindings/linalg.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.bindings.array' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/bindings/array.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/bindings/array.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/bindings/array.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/bindings/array.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.bindings.wrapper' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/bindings/wrapper.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/bindings/wrapper.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/bindings/wrapper.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/bindings/wrapper.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.glm.kalman' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/glm >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/glm/kalman.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/glm/kalman.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/glm/kalman.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/glm/kalman.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.group.onesample' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/group >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/group/onesample.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/group/onesample.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/group/onesample.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/group/onesample.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.group.twosample' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/group/twosample.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/group/twosample.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/group/twosample.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/group/twosample.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.group.glm_twolevel' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.cpython-36m-ppc64-linux-gnu.so >building 'nipy.labs.utils.routines' extension >compiling C sources >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >creating build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/utils >compile options: '-I/usr/lib64/python3.6/site-packages/numpy/core/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/builddir/build/BUILD/nipy-0.4.1/lib/fff -I/builddir/build/BUILD/nipy-0.4.1/lib/fff_python_wrapper -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c' >gcc: build/src.linux-ppc64-3.6/nipy/labs/utils/routines.c >In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18, > from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4, > from build/src.linux-ppc64-3.6/nipy/labs/utils/routines.c:566: >/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^~~~~~~ >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/build/src.linux-ppc64-3.6/nipy/labs/utils/routines.o -L/usr/lib64/atlas -L/usr/lib64 -Lbuild/temp.linux-ppc64-3.6 -lcstat -ltatlas -ltatlas -ltatlas -ltatlas -lpython3.6m -o build/lib.linux-ppc64-3.6/nipy/labs/utils/routines.cpython-36m-ppc64-linux-gnu.so >running build_scripts >creating build/scripts.linux-ppc64-3.6 >copying and adjusting scripts/nipy_diagnose -> build/scripts.linux-ppc64-3.6 >copying and adjusting scripts/nipy_tsdiffana -> build/scripts.linux-ppc64-3.6 >copying and adjusting scripts/nipy_3dto4d -> build/scripts.linux-ppc64-3.6 >copying and adjusting scripts/nipy_4d_realign -> build/scripts.linux-ppc64-3.6 >copying and adjusting scripts/nipy_4dto3d -> build/scripts.linux-ppc64-3.6 >changing mode of build/scripts.linux-ppc64-3.6/nipy_diagnose from 644 to 755 >changing mode of build/scripts.linux-ppc64-3.6/nipy_tsdiffana from 644 to 755 >changing mode of build/scripts.linux-ppc64-3.6/nipy_3dto4d from 644 to 755 >changing mode of build/scripts.linux-ppc64-3.6/nipy_4d_realign from 644 to 755 >changing mode of build/scripts.linux-ppc64-3.6/nipy_4dto3d from 644 to 755 >warning: nipy/algorithms/statistics/_quantile.pyx:51:16: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/algorithms/statistics/_quantile.pyx:51:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:122:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:122:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:136:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:136:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:150:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:150:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:180:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:196:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:212:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:303:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:303:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:315:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:371:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:371:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:377:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:387:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:387:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:406:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:431:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:458:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:485:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:510:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/linalg.pyx:532:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:45:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:45:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:60:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:77:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:94:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/array.pyx:111:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:120:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:120:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:132:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:155:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:155:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:187:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/bindings/wrapper.pyx:187:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:87:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:87:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:87:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/glm/kalman.pyx:164:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:96:35: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:165:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:236:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/onesample.pyx:280:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:73:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:74:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:74:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:42: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:47: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:158:52: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:159:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/twosample.pyx:159:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:64:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/group/glm_twolevel.pyx:134:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:56:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:56:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:101:46: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:166:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:169:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:238:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:238:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:258:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >warning: nipy/labs/utils/routines.pyx:258:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. >+ sleep 1 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FYX2lF >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 >++ dirname /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 >+ cd nipy-0.4.1 >+ export NIPY_EXTERNAL_LAPACK=1 >+ NIPY_EXTERNAL_LAPACK=1 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 >lapack_opt_info: >lapack_mkl_info: >customize UnixCCompiler > libraries mkl_rt not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] > NOT AVAILABLE >openblas_lapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >openblas_clapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >atlas_3_10_threads_info: >Setting PTATLAS=ATLAS >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib >customize UnixCCompiler >customize UnixCCompiler > libraries lapack_atlas not found in /usr/lib64/atlas >customize UnixCCompiler ><class 'numpy.distutils.system_info.atlas_3_10_threads_info'> >Setting PTATLAS=ATLAS >customize UnixCCompiler >get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' >customize Gnu95FCompiler >Found executable /usr/bin/gfortran >customize Gnu95FCompiler >customize Gnu95FCompiler using config >compiling '_configtest.c': >/* This file is generated from numpy/distutils/system_info.py */ >void ATL_buildinfo(void); >int main(void) { > ATL_buildinfo(); > return 0; >} >C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-c' >gcc: _configtest.c >gcc -pthread _configtest.o -L/usr/lib64/atlas -ltatlas -ltatlas -o _configtest >ATLAS version 3.10.3 built by mockbuild on Wed Apr 11 11:46:02 UTC 2018: > UNAME : Linux buildvm-ppc64-11.ppc.fedoraproject.org 4.15.3-300.fc27.ppc64 #1 SMP Tue Feb 13 16:47:55 UTC 2018 ppc64 ppc64 ppc64 GNU/Linux > INSTFLG : -1 0 -a 1 -l 1 > ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_POWER5 -DATL_CPUMHZ=3425 -DATL_USE64BITS -DATL_GAS_PPC > F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle > CACHEEDGE: 2097152 > F77 : /usr/bin/gfortran, version GNU Fortran (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > F77FLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SMC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SMCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SKC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SKCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld >success! >removing: _configtest.c _configtest.o _configtest >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >customize UnixCCompiler > FOUND: > include_dirs = ['/usr/include'] > language = f77 > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > FOUND: > include_dirs = ['/usr/include'] > language = f77 > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] >Linking with system Lapack >LAPACK build options: >library_dirs: ['/usr/lib64/atlas'] >libraries: ['tatlas', 'tatlas', 'tatlas', 'tatlas'] >lapack_info: {'include_dirs': ['/usr/include'], 'language': 'f77', 'libraries': ['tatlas', 'tatlas', 'tatlas', 'tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'define_macros': [('ATLAS_INFO', '"\\"3.10.3\\""')]} >running install >running install_lib >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64 >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6 >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/activation_maps.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/maps_3d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/slicers.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/edge_detect.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/cm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/anat_cache.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/test_coord_tools.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/test_cm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/test_activation_maps.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/test_edge_detect.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/test/test_slicers.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-3.6/nipy/labs/viz_tools/coord_tools.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-3.6/nipy/labs/viz3d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/benchmarks/bench_numpy.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/linalg.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/test_blas3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/test_array.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/test_blas1.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/test_linalg.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/test_numpy.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/array.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-3.6/nipy/labs/bindings/wrapper.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/mroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/bsa_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/parcel_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/hroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/parcellation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_bsa_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_parcel_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_discrete_domain.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_mroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_parcel.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_hroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/tests/test_bsa.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/hierarchical_parcellation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/discrete_domain.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/structural_bfls.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/spatial_models/bayesian_structural_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-3.6/nipy/labs/mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-3.6/nipy/labs/group/twosample.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-3.6/nipy/labs/group/onesample.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-3.6/nipy/labs/group/permutation_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/group/tests/test_permutation_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/group/tests/test_onesample_stat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/group/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/group/glm_twolevel.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-3.6/nipy/labs/group/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-3.6/nipy/labs/group/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/affine_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/affine_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests/test_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests/test_affine_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests/test_affine_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/transforms/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/volume_grid.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests/test_volume_img.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests/test_volume_grid.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests/test_volume_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests/test_volume_data.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/volume_img.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/volume_data.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/volume_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/volumes/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/converters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/tests/test_converters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets >copying build/lib.linux-ppc64-3.6/nipy/labs/datasets/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/tests/test_mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/tests/test_statistical_mapping.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/__config__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >copying build/lib.linux-ppc64-3.6/nipy/labs/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/benchmarks/bench_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-3.6/nipy/labs/glm/kalman.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-3.6/nipy/labs/viz.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/zscore.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/tests/test_repro.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/tests/test_misc.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/simul_multisubject_fmri_dataset.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/routines.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/reproducibility_measures.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-3.6/nipy/labs/statistical_mapping.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >copying build/lib.linux-ppc64-3.6/nipy/labs/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/image/roi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/image/image_list.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/tests/test_image_list.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/tests/test_image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/tests/test_image_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/tests/test_rollimg.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-3.6/nipy/core/image/image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/image/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/image/image_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/image/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image >copying build/lib.linux-ppc64-3.6/nipy/core/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core >copying build/lib.linux-ppc64-3.6/nipy/core/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/slices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/array_coords.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_parametrized_surface.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_matrix_groups.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_coordinate_system.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/matrix_groups.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_array_coords.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_slices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/test_coordinate_map.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-3.6/nipy/core/reference/coordinate_system.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/coordinate_map.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-3.6/nipy/core/reference/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-3.6/nipy/core/utils/generators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/core/utils/tests/test_generators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/core/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/core/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-3.6/nipy/core/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-3.6/nipy/core/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core >copying build/lib.linux-ppc64-3.6/nipy/info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >copying build/lib.linux-ppc64-3.6/nipy/COMMIT_INFO.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests >copying build/lib.linux-ppc64-3.6/nipy/tests/scriptrunner.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests >copying build/lib.linux-ppc64-3.6/nipy/tests/test_scripts.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests >copying build/lib.linux-ppc64-3.6/nipy/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-3.6/nipy/interfaces/matlab.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-3.6/nipy/interfaces/spm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-3.6/nipy/interfaces/tests/test_mlabtemp.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-3.6/nipy/interfaces/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-3.6/nipy/interfaces/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-3.6/nipy/interfaces/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-3.6/nipy/__config__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/io/files.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/io/nifti_ref.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/imageformats >copying build/lib.linux-ppc64-3.6/nipy/io/imageformats/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/imageformats >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/tests/test_nifti_ref.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/tests/test_save.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/tests/test_image_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/tests/test_nibcompat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-3.6/nipy/io/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/io/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/io/nibcompat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/io/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io >copying build/lib.linux-ppc64-3.6/nipy/pkg_info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >copying build/lib.linux-ppc64-3.6/nipy/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >copying build/lib.linux-ppc64-3.6/nipy/testing/doctester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-3.6/nipy/testing/tests/test_images.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-3.6/nipy/testing/tests/test_doctesting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-3.6/nipy/testing/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-3.6/nipy/testing/tests/test_doctester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-3.6/nipy/testing/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >copying build/lib.linux-ppc64-3.6/nipy/testing/nosetester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >copying build/lib.linux-ppc64-3.6/nipy/testing/decorators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >copying build/lib.linux-ppc64-3.6/nipy/testing/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/ndimage >copying build/lib.linux-ppc64-3.6/nipy/fixes/scipy/ndimage/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/ndimage >copying build/lib.linux-ppc64-3.6/nipy/fixes/scipy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy >copying build/lib.linux-ppc64-3.6/nipy/fixes/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing/nosetester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-3.6/nipy/fixes/numpy/testing/noseclasses.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-3.6/nipy/fixes/numpy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-3.6/nipy/fixes/nibabel/orientations.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-3.6/nipy/fixes/nibabel/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-3.6/nipy/fixes/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-3.6/nipy/algorithms/resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/bipartite_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/_graph.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests/test_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests/test_bipartite_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests/test_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/tests/test_forest.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/forest.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-3.6/nipy/algorithms/graph/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/group/tests/test_parcel_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/group/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/group/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group >copying build/lib.linux-ppc64-3.6/nipy/algorithms/group/parcel_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group >copying build/lib.linux-ppc64-3.6/nipy/algorithms/group/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/screens.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests/test_time_difference.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests/test_commands.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tests/test_screen.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/commands.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/timediff.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/diagnostics/tsdiffplot.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/groupwise_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/type_check.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_polyaffine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_fmri_realign4d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_chain_transforms.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_histogram_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_cubic_spline.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_affine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_register.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_slice_timing.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/tests/test_scripting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/similarity_measures.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/optimizer.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/chain_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/_registration.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/affine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/histogram_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/scripting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-3.6/nipy/algorithms/registration/polyaffine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/tests/test_kernel_smooth.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/tests/test_interpolator.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/tests/test_resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/interpolation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-3.6/nipy/algorithms/optimize.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/hierarchical_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/von_mises_fisher_mixture.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/imm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_bgmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_gmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_vmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_ggm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/test_imm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/bgmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/gmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/clustering/ggmixture.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-3.6/nipy/algorithms/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-3.6/nipy/algorithms/fwhm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming >copying build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/timefuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/tests/test_timefuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming >copying build/lib.linux-ppc64-3.6/nipy/algorithms/slicetiming/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/pca.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests/test_pca.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests/test_fast_distance.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests/test_matrices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests/test_pca_image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/fast_distance.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-3.6/nipy/algorithms/utils/matrices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/mixed_effects_stat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/rft.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/empirical_pvalue.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/histogram.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/tests/test_formula.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/formulae.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/formula/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_ar.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_anova.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_regression.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_estimable.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/test_olsR.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/exampledata.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/regression.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/nlsmodel.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/setupscons.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family/varfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family/family.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family/links.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/family/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/models/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bayesian_mixed_effects.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/_quantile.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_rft.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_onesample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_mixed_effects.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_histogram.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/test_quantile.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/intvol.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bench/bench_intvol.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/bench/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/statistics/onesample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-3.6/nipy/algorithms/kernel_smooth.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/_segmentation.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/tests/test_segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/brain_segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-3.6/nipy/algorithms/segmentation/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-3.6/nipy/algorithms/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/utilities.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/tests/test_utilities.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/tests/test_skip_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/tests/test_arrays.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/tests/test_compat3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-3.6/nipy/utils/arrays.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/compat3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/perlpie.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/skip_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >copying build/lib.linux-ppc64-3.6/nipy/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/realfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/design.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/hemodynamic_models.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_hemodynamic_models.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_paradigm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_aliases.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_dmtx.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_design.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_iterators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_realfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/tests/test_fmri.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/invert.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/outputters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/test_hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/test_model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/test_iterables.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/test_outputters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmristat/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm/reml.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm/correlation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/spm/trace.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/fmri.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/experimental_paradigm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/fmri/design_matrix.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-3.6/nipy/modalities/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities >copying build/lib.linux-ppc64-3.6/nipy/modalities/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities >copying build/lib.linux-ppc64-3.6/nipy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/activation_maps.py to activation_maps.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/maps_3d.py to maps_3d.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/slicers.py to slicers.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/edge_detect.py to edge_detect.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/cm.py to cm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/anat_cache.py to anat_cache.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_coord_tools.py to test_coord_tools.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_cm.py to test_cm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_activation_maps.py to test_activation_maps.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_edge_detect.py to test_edge_detect.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_slicers.py to test_slicers.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/coord_tools.py to coord_tools.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz3d.py to viz3d.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks/bench_numpy.py to bench_numpy.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_blas3.py to test_blas3.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_array.py to test_array.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_blas1.py to test_blas1.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_linalg.py to test_linalg.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_numpy.py to test_numpy.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/mroi.py to mroi.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/bsa_io.py to bsa_io.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/parcel_io.py to parcel_io.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/hroi.py to hroi.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/parcellation.py to parcellation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_bsa_io.py to test_bsa_io.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_parcel_io.py to test_parcel_io.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_discrete_domain.py to test_discrete_domain.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_mroi.py to test_mroi.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_parcel.py to test_parcel.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_hroi.py to test_hroi.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_bsa.py to test_bsa.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/hierarchical_parcellation.py to hierarchical_parcellation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/discrete_domain.py to discrete_domain.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/structural_bfls.py to structural_bfls.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/bayesian_structural_analysis.py to bayesian_structural_analysis.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/mask.py to mask.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/permutation_test.py to permutation_test.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/test_permutation_test.py to test_permutation_test.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/test_onesample_stat.py to test_onesample_stat.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/transform.py to transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/affine_transform.py to affine_transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/affine_utils.py to affine_utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_transform.py to test_transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_affine_utils.py to test_affine_utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_affine_transform.py to test_affine_transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_grid.py to volume_grid.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_img.py to test_volume_img.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_grid.py to test_volume_grid.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_field.py to test_volume_field.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_data.py to test_volume_data.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_img.py to volume_img.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_data.py to volume_data.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_field.py to volume_field.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/converters.py to converters.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests/test_converters.py to test_converters.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/test_mask.py to test_mask.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/test_statistical_mapping.py to test_statistical_mapping.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/__config__.py to __config__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks/bench_glm.py to bench_glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/glm.py to glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests/test_glm.py to test_glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz.py to viz.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/mask.py to mask.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/zscore.py to zscore.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_repro.py to test_repro.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_misc.py to test_misc.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py to test_simul_multisubject_fmri_dataset.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/simul_multisubject_fmri_dataset.py to simul_multisubject_fmri_dataset.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/reproducibility_measures.py to reproducibility_measures.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/statistical_mapping.py to statistical_mapping.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/roi.py to roi.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image_list.py to image_list.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image_list.py to test_image_list.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image.py to test_image.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image_spaces.py to test_image_spaces.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_rollimg.py to test_rollimg.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image.py to image.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image_spaces.py to image_spaces.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/api.py to api.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/slices.py to slices.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/array_coords.py to array_coords.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_parametrized_surface.py to test_parametrized_surface.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_spaces.py to test_spaces.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_matrix_groups.py to test_matrix_groups.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_coordinate_system.py to test_coordinate_system.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/matrix_groups.py to matrix_groups.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_array_coords.py to test_array_coords.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_slices.py to test_slices.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_coordinate_map.py to test_coordinate_map.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/coordinate_system.py to coordinate_system.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/coordinate_map.py to coordinate_map.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/spaces.py to spaces.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/generators.py to generators.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests/test_generators.py to test_generators.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/info.py to info.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/scriptrunner.py to scriptrunner.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/test_scripts.py to test_scripts.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/matlab.py to matlab.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/spm.py to spm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests/test_mlabtemp.py to test_mlabtemp.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/__config__.py to __config__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/files.py to files.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/nifti_ref.py to nifti_ref.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/imageformats/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_nifti_ref.py to test_nifti_ref.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_save.py to test_save.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_image_io.py to test_image_io.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_nibcompat.py to test_nibcompat.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/api.py to api.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/nibcompat.py to nibcompat.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/pkg_info.py to pkg_info.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/doctester.py to doctester.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_images.py to test_images.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_doctesting.py to test_doctesting.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_doctester.py to test_doctester.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/nosetester.py to nosetester.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/decorators.py to decorators.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/ndimage/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/nosetester.py to nosetester.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/utils.py to utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/noseclasses.py to noseclasses.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel/orientations.py to orientations.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/resample.py to resample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/bipartite_graph.py to bipartite_graph.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_field.py to test_field.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_bipartite_graph.py to test_bipartite_graph.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_graph.py to test_graph.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_forest.py to test_forest.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/field.py to field.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/graph.py to graph.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/forest.py to forest.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests/test_parcel_analysis.py to test_parcel_analysis.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/parcel_analysis.py to parcel_analysis.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/screens.py to screens.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_time_difference.py to test_time_difference.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_commands.py to test_commands.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_screen.py to test_screen.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/commands.py to commands.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/timediff.py to timediff.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tsdiffplot.py to tsdiffplot.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/resample.py to resample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/groupwise_registration.py to groupwise_registration.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/type_check.py to type_check.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/transform.py to transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_polyaffine.py to test_polyaffine.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_transform.py to test_transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_fmri_realign4d.py to test_fmri_realign4d.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_resample.py to test_resample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_chain_transforms.py to test_chain_transforms.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_histogram_registration.py to test_histogram_registration.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_cubic_spline.py to test_cubic_spline.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_affine.py to test_affine.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_register.py to test_register.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_slice_timing.py to test_slice_timing.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_scripting.py to test_scripting.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/similarity_measures.py to similarity_measures.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/optimizer.py to optimizer.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/chain_transform.py to chain_transform.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/affine.py to affine.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/histogram_registration.py to histogram_registration.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/scripting.py to scripting.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/polyaffine.py to polyaffine.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_kernel_smooth.py to test_kernel_smooth.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_interpolator.py to test_interpolator.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_resample.py to test_resample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/interpolation.py to interpolation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/optimize.py to optimize.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/hierarchical_clustering.py to hierarchical_clustering.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/von_mises_fisher_mixture.py to von_mises_fisher_mixture.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/imm.py to imm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_bgmm.py to test_bgmm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_gmm.py to test_gmm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_clustering.py to test_clustering.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_vmm.py to test_vmm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py to test_hierarchical_clustering.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_ggm.py to test_ggm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_imm.py to test_imm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/bgmm.py to bgmm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/utils.py to utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/gmm.py to gmm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/ggmixture.py to ggmixture.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/fwhm.py to fwhm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/timefuncs.py to timefuncs.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests/test_timefuncs.py to test_timefuncs.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/pca.py to pca.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_pca.py to test_pca.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_fast_distance.py to test_fast_distance.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_matrices.py to test_matrices.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_pca_image.py to test_pca_image.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/fast_distance.py to fast_distance.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/matrices.py to matrices.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/mixed_effects_stat.py to mixed_effects_stat.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/rft.py to rft.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/empirical_pvalue.py to empirical_pvalue.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests/test_formula.py to test_formula.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/formulae.py to formulae.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/model.py to model.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/info.py to info.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/glm.py to glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_ar.py to test_ar.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_anova.py to test_anova.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_model.py to test_model.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_utils.py to test_utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_regression.py to test_regression.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_estimable.py to test_estimable.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_glm.py to test_glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_olsR.py to test_olsR.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/exampledata.py to exampledata.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/regression.py to regression.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/nlsmodel.py to nlsmodel.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/setupscons.py to setupscons.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/utils.py to utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/varfuncs.py to varfuncs.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/family.py to family.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/links.py to links.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bayesian_mixed_effects.py to bayesian_mixed_effects.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py to test_intrinsic_volumes.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_rft.py to test_rft.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_onesample.py to test_onesample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_utils.py to test_utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_empirical_pvalue.py to test_empirical_pvalue.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_mixed_effects.py to test_mixed_effects.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_histogram.py to test_histogram.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_quantile.py to test_quantile.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/api.py to api.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/utils.py to utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench/bench_intvol.py to bench_intvol.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/onesample.py to onesample.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/kernel_smooth.py to kernel_smooth.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/segmentation.py to segmentation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests/test_segmentation.py to test_segmentation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/brain_segmentation.py to brain_segmentation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/utilities.py to utilities.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_utilities.py to test_utilities.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_skip_test.py to test_skip_test.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_arrays.py to test_arrays.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_compat3.py to test_compat3.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/arrays.py to arrays.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/compat3.py to compat3.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/perlpie.py to perlpie.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/skip_test.py to skip_test.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/glm.py to glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/realfuncs.py to realfuncs.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/design.py to design.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/hemodynamic_models.py to hemodynamic_models.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_hrf.py to test_hrf.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_hemodynamic_models.py to test_hemodynamic_models.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_paradigm.py to test_paradigm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_aliases.py to test_aliases.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_utils.py to test_utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_dmtx.py to test_dmtx.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_design.py to test_design.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_glm.py to test_glm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_iterators.py to test_iterators.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_realfuncs.py to test_realfuncs.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_fmri.py to test_fmri.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/model.py to model.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/invert.py to invert.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/outputters.py to outputters.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_hrf.py to test_hrf.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_model.py to test_model.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_iterables.py to test_iterables.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_outputters.py to test_outputters.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_FIAC.py to test_FIAC.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py to FIACdesigns.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/api.py to api.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/hrf.py to hrf.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/model.py to model.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/reml.py to reml.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/correlation.py to correlation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/trace.py to trace.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/api.py to api.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmri.py to fmri.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/hrf.py to hrf.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/utils.py to utils.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/experimental_paradigm.py to experimental_paradigm.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/design_matrix.py to design_matrix.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/setup.py to setup.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/__init__.py to __init__.cpython-36.pyc >writing byte-compilation script '/tmp/tmp2vtltcb3.py' >/usr/bin/python3 /tmp/tmp2vtltcb3.py >removing /tmp/tmp2vtltcb3.py >running install_scripts >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >copying build/scripts.linux-ppc64-3.6/nipy_diagnose -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >copying build/scripts.linux-ppc64-3.6/nipy_tsdiffana -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >copying build/scripts.linux-ppc64-3.6/nipy_3dto4d -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >copying build/scripts.linux-ppc64-3.6/nipy_4d_realign -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >copying build/scripts.linux-ppc64-3.6/nipy_4dto3d -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_diagnose to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_tsdiffana to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_3dto4d to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_4d_realign to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_4dto3d to 755 >running install_data >copying nipy/algorithms/statistics/models/tests/test_data.bin -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/data >copying nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/algorithms/diagnostics/tests/data/generate_tsdiff_results.m -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/algorithms/diagnostics/tests/data/timediff.m -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/modalities/fmri/tests/spm_bases.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_100.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/spm_hrfs.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/spm_dmtx.npz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_10.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/cond_test1.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_5.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests >copying nipy/testing/anatomical.nii.gz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/ >copying nipy/testing/functional.nii.gz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/ >copying nipy/labs/spatial_models/tests/some_blobs.nii -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests >running install_egg_info >Writing /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy-0.4.1-py3.6.egg-info >running install_clib >customize UnixCCompiler >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64 >lapack_opt_info: >lapack_mkl_info: >customize UnixCCompiler > libraries mkl_rt not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] > NOT AVAILABLE >openblas_lapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >openblas_clapack_info: >customize UnixCCompiler >customize UnixCCompiler > libraries openblasp not found in ['/usr/lib64'] > NOT AVAILABLE >atlas_3_10_threads_info: >Setting PTATLAS=ATLAS >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib64 >customize UnixCCompiler > libraries tatlas,tatlas not found in /usr/local/lib >customize UnixCCompiler > libraries lapack_atlas not found in /usr/local/lib >customize UnixCCompiler >customize UnixCCompiler > libraries lapack_atlas not found in /usr/lib64/atlas >customize UnixCCompiler ><class 'numpy.distutils.system_info.atlas_3_10_threads_info'> >Setting PTATLAS=ATLAS >customize UnixCCompiler >get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' >customize Gnu95FCompiler >Found executable /usr/bin/gfortran >customize Gnu95FCompiler >customize Gnu95FCompiler using config >compiling '_configtest.c': >/* This file is generated from numpy/distutils/system_info.py */ >void ATL_buildinfo(void); >int main(void) { > ATL_buildinfo(); > return 0; >} >C compiler: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC >compile options: '-c' >gcc: _configtest.c >gcc -pthread _configtest.o -L/usr/lib64/atlas -ltatlas -ltatlas -o _configtest >ATLAS version 3.10.3 built by mockbuild on Wed Apr 11 11:46:02 UTC 2018: > UNAME : Linux buildvm-ppc64-11.ppc.fedoraproject.org 4.15.3-300.fc27.ppc64 #1 SMP Tue Feb 13 16:47:55 UTC 2018 ppc64 ppc64 ppc64 GNU/Linux > INSTFLG : -1 0 -a 1 -l 1 > ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_POWER5 -DATL_CPUMHZ=3425 -DATL_USE64BITS -DATL_GAS_PPC > F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle > CACHEEDGE: 2097152 > F77 : /usr/bin/gfortran, version GNU Fortran (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > F77FLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SMC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SMCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > SKC : /usr/bin/ppc-redhat-linux-gcc, version ppc-redhat-linux-gcc (GCC) 8.0.1 20180410 (Red Hat 8.0.1-0.21) > SKCFLAGS : -mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -g -Wa,--noexecstack -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld >success! >removing: _configtest.c _configtest.o _configtest >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >Setting PTATLAS=ATLAS >customize UnixCCompiler > FOUND: > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > language = f77 > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > include_dirs = ['/usr/include'] > FOUND: > libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas'] > library_dirs = ['/usr/lib64/atlas'] > language = f77 > define_macros = [('ATLAS_INFO', '"\\"3.10.3\\""')] > include_dirs = ['/usr/include'] >Linking with system Lapack >LAPACK build options: >library_dirs: ['/usr/lib64/atlas'] >libraries: ['tatlas', 'tatlas', 'tatlas', 'tatlas'] >lapack_info: {'libraries': ['tatlas', 'tatlas', 'tatlas', 'tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'define_macros': [('ATLAS_INFO', '"\\"3.10.3\\""')], 'language': 'f77', 'include_dirs': ['/usr/include']} >running install >running install_lib >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7 >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/activation_maps.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/maps_3d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/slicers.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/edge_detect.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/cm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/anat_cache.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/test_coord_tools.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/test_cm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/test_activation_maps.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/test_edge_detect.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/test/test_slicers.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test >copying build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/coord_tools.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools >copying build/lib.linux-ppc64-2.7/nipy/labs/viz3d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/benchmarks/bench_numpy.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/array.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/linalg.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/test_blas3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/test_array.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/test_blas1.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/test_linalg.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/test_numpy.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/wrapper.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >copying build/lib.linux-ppc64-2.7/nipy/labs/bindings/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/mroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/bsa_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/parcel_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/hroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/parcellation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_bsa_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_parcel_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_discrete_domain.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_mroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_parcel.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_hroi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_bsa.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/hierarchical_parcellation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/discrete_domain.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/structural_bfls.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/bayesian_structural_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models >copying build/lib.linux-ppc64-2.7/nipy/labs/mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-2.7/nipy/labs/group/permutation_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/group/tests/test_permutation_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/group/tests/test_onesample_stat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/group/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/group/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-2.7/nipy/labs/group/glm_twolevel.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-2.7/nipy/labs/group/onesample.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-2.7/nipy/labs/group/twosample.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >copying build/lib.linux-ppc64-2.7/nipy/labs/group/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/affine_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/affine_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests/test_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests/test_affine_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests/test_affine_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/transforms/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/volume_grid.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/test_volume_img.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/test_volume_grid.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/test_volume_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/test_volume_data.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/volume_img.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/volume_data.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/volume_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/converters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/tests/test_converters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets >copying build/lib.linux-ppc64-2.7/nipy/labs/datasets/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/tests/test_mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/tests/test_statistical_mapping.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/__config__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >copying build/lib.linux-ppc64-2.7/nipy/labs/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/benchmarks/bench_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/kalman.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-2.7/nipy/labs/glm/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm >copying build/lib.linux-ppc64-2.7/nipy/labs/viz.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/mask.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/zscore.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/tests/test_repro.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/tests/test_misc.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/simul_multisubject_fmri_dataset.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/routines.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/reproducibility_measures.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils >copying build/lib.linux-ppc64-2.7/nipy/labs/statistical_mapping.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >copying build/lib.linux-ppc64-2.7/nipy/labs/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/image/roi.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/image/image_list.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/tests/test_image_list.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/tests/test_image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/tests/test_image_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/tests/test_rollimg.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests >copying build/lib.linux-ppc64-2.7/nipy/core/image/image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/image/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/image/image_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/image/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image >copying build/lib.linux-ppc64-2.7/nipy/core/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core >copying build/lib.linux-ppc64-2.7/nipy/core/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/slices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/array_coords.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_parametrized_surface.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_matrix_groups.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_coordinate_system.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/matrix_groups.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_array_coords.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_slices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_coordinate_map.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests >copying build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_system.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/spaces.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >copying build/lib.linux-ppc64-2.7/nipy/core/reference/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-2.7/nipy/core/utils/generators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/core/utils/tests/test_generators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/core/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/core/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-2.7/nipy/core/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils >copying build/lib.linux-ppc64-2.7/nipy/core/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core >copying build/lib.linux-ppc64-2.7/nipy/info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >copying build/lib.linux-ppc64-2.7/nipy/COMMIT_INFO.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests >copying build/lib.linux-ppc64-2.7/nipy/tests/scriptrunner.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests >copying build/lib.linux-ppc64-2.7/nipy/tests/test_scripts.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests >copying build/lib.linux-ppc64-2.7/nipy/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-2.7/nipy/interfaces/matlab.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-2.7/nipy/interfaces/spm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-2.7/nipy/interfaces/tests/test_mlabtemp.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-2.7/nipy/interfaces/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests >copying build/lib.linux-ppc64-2.7/nipy/interfaces/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-2.7/nipy/interfaces/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces >copying build/lib.linux-ppc64-2.7/nipy/__config__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/io/files.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/io/nifti_ref.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/imageformats >copying build/lib.linux-ppc64-2.7/nipy/io/imageformats/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/imageformats >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/tests/test_nifti_ref.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/tests/test_save.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/tests/test_image_io.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/tests/test_nibcompat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests >copying build/lib.linux-ppc64-2.7/nipy/io/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/io/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/io/nibcompat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/io/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io >copying build/lib.linux-ppc64-2.7/nipy/pkg_info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >copying build/lib.linux-ppc64-2.7/nipy/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >copying build/lib.linux-ppc64-2.7/nipy/testing/doctester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-2.7/nipy/testing/tests/test_images.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-2.7/nipy/testing/tests/test_doctesting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-2.7/nipy/testing/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-2.7/nipy/testing/tests/test_doctester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests >copying build/lib.linux-ppc64-2.7/nipy/testing/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >copying build/lib.linux-ppc64-2.7/nipy/testing/nosetester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >copying build/lib.linux-ppc64-2.7/nipy/testing/decorators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >copying build/lib.linux-ppc64-2.7/nipy/testing/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/ndimage >copying build/lib.linux-ppc64-2.7/nipy/fixes/scipy/ndimage/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/ndimage >copying build/lib.linux-ppc64-2.7/nipy/fixes/scipy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy >copying build/lib.linux-ppc64-2.7/nipy/fixes/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing/nosetester.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-2.7/nipy/fixes/numpy/testing/noseclasses.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing >copying build/lib.linux-ppc64-2.7/nipy/fixes/numpy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-2.7/nipy/fixes/nibabel/orientations.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-2.7/nipy/fixes/nibabel/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel >copying build/lib.linux-ppc64-2.7/nipy/fixes/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-2.7/nipy/algorithms/resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/bipartite_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests/test_field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests/test_bipartite_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests/test_graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/tests/test_forest.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/field.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/_graph.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/graph.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/forest.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >copying build/lib.linux-ppc64-2.7/nipy/algorithms/graph/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/group/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group >copying build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group >copying build/lib.linux-ppc64-2.7/nipy/algorithms/group/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/screens.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/test_time_difference.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/test_commands.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/test_screen.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/commands.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/timediff.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tsdiffplot.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/_registration.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/groupwise_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/type_check.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_polyaffine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_chain_transforms.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_histogram_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_cubic_spline.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_affine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_register.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_slice_timing.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_scripting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/similarity_measures.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/optimizer.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/chain_transform.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/affine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/histogram_registration.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/scripting.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >copying build/lib.linux-ppc64-2.7/nipy/algorithms/registration/polyaffine.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_interpolator.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_resample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/interpolation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-2.7/nipy/algorithms/optimize.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/hierarchical_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/von_mises_fisher_mixture.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/imm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_bgmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_gmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_vmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_ggm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_imm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/bgmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/gmm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/ggmixture.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering >copying build/lib.linux-ppc64-2.7/nipy/algorithms/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >copying build/lib.linux-ppc64-2.7/nipy/algorithms/fwhm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming >copying build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/timefuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/tests/test_timefuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming >copying build/lib.linux-ppc64-2.7/nipy/algorithms/slicetiming/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/pca.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests/test_pca.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests/test_fast_distance.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests/test_matrices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests/test_pca_image.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/fast_distance.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >copying build/lib.linux-ppc64-2.7/nipy/algorithms/utils/matrices.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/mixed_effects_stat.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/rft.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/empirical_pvalue.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/tests/test_formula.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/formulae.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/formula/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/info.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_ar.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_anova.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_regression.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_estimable.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/test_olsR.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/exampledata.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/regression.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/nlsmodel.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/setupscons.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family/varfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family/family.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family/links.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/family/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/models/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bayesian_mixed_effects.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/intvol.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/histogram.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_rft.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_onesample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_mixed_effects.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_histogram.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_quantile.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/_quantile.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bench/bench_intvol.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/bench/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/onesample.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics >copying build/lib.linux-ppc64-2.7/nipy/algorithms/kernel_smooth.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/brain_segmentation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/_segmentation.so -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation >copying build/lib.linux-ppc64-2.7/nipy/algorithms/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/utilities.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/tests/test_utilities.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/tests/test_skip_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/tests/test_arrays.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/tests/test_compat3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests >copying build/lib.linux-ppc64-2.7/nipy/utils/arrays.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/compat3.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/perlpie.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/skip_test.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >copying build/lib.linux-ppc64-2.7/nipy/utils/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/realfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/design.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/hemodynamic_models.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_hemodynamic_models.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_paradigm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_aliases.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_dmtx.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_design.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_glm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_iterators.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_realfuncs.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/tests/test_fmri.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/invert.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/outputters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/test_hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/test_model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/test_iterables.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/test_outputters.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmristat/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm/model.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm/reml.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm/correlation.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/spm/trace.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/api.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/fmri.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/hrf.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/utils.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/experimental_paradigm.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/fmri/design_matrix.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri >copying build/lib.linux-ppc64-2.7/nipy/modalities/setup.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities >copying build/lib.linux-ppc64-2.7/nipy/modalities/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities >copying build/lib.linux-ppc64-2.7/nipy/__init__.py -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/activation_maps.py to activation_maps.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/maps_3d.py to maps_3d.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/slicers.py to slicers.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/edge_detect.py to edge_detect.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/cm.py to cm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/anat_cache.py to anat_cache.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_coord_tools.py to test_coord_tools.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_cm.py to test_cm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_activation_maps.py to test_activation_maps.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_edge_detect.py to test_edge_detect.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_slicers.py to test_slicers.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/coord_tools.py to coord_tools.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz3d.py to viz3d.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks/bench_numpy.py to bench_numpy.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_blas3.py to test_blas3.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_array.py to test_array.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_blas1.py to test_blas1.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_linalg.py to test_linalg.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_numpy.py to test_numpy.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/mroi.py to mroi.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/bsa_io.py to bsa_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/parcel_io.py to parcel_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/hroi.py to hroi.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/parcellation.py to parcellation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_bsa_io.py to test_bsa_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_parcel_io.py to test_parcel_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_discrete_domain.py to test_discrete_domain.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_mroi.py to test_mroi.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_parcel.py to test_parcel.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_hroi.py to test_hroi.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_bsa.py to test_bsa.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/hierarchical_parcellation.py to hierarchical_parcellation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/discrete_domain.py to discrete_domain.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/structural_bfls.py to structural_bfls.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/bayesian_structural_analysis.py to bayesian_structural_analysis.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/mask.py to mask.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/permutation_test.py to permutation_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/test_permutation_test.py to test_permutation_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/test_onesample_stat.py to test_onesample_stat.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/transform.py to transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/affine_transform.py to affine_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/affine_utils.py to affine_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_transform.py to test_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_affine_utils.py to test_affine_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_affine_transform.py to test_affine_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_grid.py to volume_grid.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_img.py to test_volume_img.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_grid.py to test_volume_grid.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_field.py to test_volume_field.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_data.py to test_volume_data.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_img.py to volume_img.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_data.py to volume_data.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_field.py to volume_field.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/converters.py to converters.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests/test_converters.py to test_converters.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/test_mask.py to test_mask.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/test_statistical_mapping.py to test_statistical_mapping.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/__config__.py to __config__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks/bench_glm.py to bench_glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/glm.py to glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests/test_glm.py to test_glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz.py to viz.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/mask.py to mask.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/zscore.py to zscore.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_repro.py to test_repro.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_misc.py to test_misc.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py to test_simul_multisubject_fmri_dataset.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/simul_multisubject_fmri_dataset.py to simul_multisubject_fmri_dataset.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/reproducibility_measures.py to reproducibility_measures.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/statistical_mapping.py to statistical_mapping.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/roi.py to roi.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image_list.py to image_list.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image_list.py to test_image_list.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image.py to test_image.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image_spaces.py to test_image_spaces.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_rollimg.py to test_rollimg.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image.py to image.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image_spaces.py to image_spaces.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/api.py to api.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/slices.py to slices.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/array_coords.py to array_coords.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_parametrized_surface.py to test_parametrized_surface.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_spaces.py to test_spaces.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_matrix_groups.py to test_matrix_groups.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_coordinate_system.py to test_coordinate_system.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/matrix_groups.py to matrix_groups.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_array_coords.py to test_array_coords.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_slices.py to test_slices.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_coordinate_map.py to test_coordinate_map.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/coordinate_system.py to coordinate_system.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/coordinate_map.py to coordinate_map.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/spaces.py to spaces.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/generators.py to generators.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests/test_generators.py to test_generators.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/info.py to info.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/scriptrunner.py to scriptrunner.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/test_scripts.py to test_scripts.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/matlab.py to matlab.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/spm.py to spm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests/test_mlabtemp.py to test_mlabtemp.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/__config__.py to __config__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/files.py to files.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/nifti_ref.py to nifti_ref.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/imageformats/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_nifti_ref.py to test_nifti_ref.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_save.py to test_save.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_image_io.py to test_image_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_nibcompat.py to test_nibcompat.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/api.py to api.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/nibcompat.py to nibcompat.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/pkg_info.py to pkg_info.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/doctester.py to doctester.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_images.py to test_images.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_doctesting.py to test_doctesting.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_doctester.py to test_doctester.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/nosetester.py to nosetester.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/decorators.py to decorators.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/ndimage/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/nosetester.py to nosetester.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/noseclasses.py to noseclasses.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel/orientations.py to orientations.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/resample.py to resample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/bipartite_graph.py to bipartite_graph.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_field.py to test_field.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_bipartite_graph.py to test_bipartite_graph.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_graph.py to test_graph.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_forest.py to test_forest.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/field.py to field.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/graph.py to graph.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/forest.py to forest.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests/test_parcel_analysis.py to test_parcel_analysis.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/parcel_analysis.py to parcel_analysis.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/screens.py to screens.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_time_difference.py to test_time_difference.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_commands.py to test_commands.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_screen.py to test_screen.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/commands.py to commands.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/timediff.py to timediff.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tsdiffplot.py to tsdiffplot.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/resample.py to resample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/groupwise_registration.py to groupwise_registration.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/type_check.py to type_check.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/transform.py to transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_polyaffine.py to test_polyaffine.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_transform.py to test_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_fmri_realign4d.py to test_fmri_realign4d.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_resample.py to test_resample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_chain_transforms.py to test_chain_transforms.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_histogram_registration.py to test_histogram_registration.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_cubic_spline.py to test_cubic_spline.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_affine.py to test_affine.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_register.py to test_register.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_slice_timing.py to test_slice_timing.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_scripting.py to test_scripting.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/similarity_measures.py to similarity_measures.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/optimizer.py to optimizer.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/chain_transform.py to chain_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/affine.py to affine.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/histogram_registration.py to histogram_registration.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/scripting.py to scripting.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/polyaffine.py to polyaffine.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_kernel_smooth.py to test_kernel_smooth.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_interpolator.py to test_interpolator.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_resample.py to test_resample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/interpolation.py to interpolation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/optimize.py to optimize.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/hierarchical_clustering.py to hierarchical_clustering.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/von_mises_fisher_mixture.py to von_mises_fisher_mixture.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/imm.py to imm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_bgmm.py to test_bgmm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_gmm.py to test_gmm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_clustering.py to test_clustering.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_vmm.py to test_vmm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py to test_hierarchical_clustering.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_ggm.py to test_ggm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_imm.py to test_imm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/bgmm.py to bgmm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/gmm.py to gmm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/ggmixture.py to ggmixture.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/fwhm.py to fwhm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/timefuncs.py to timefuncs.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests/test_timefuncs.py to test_timefuncs.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/pca.py to pca.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_pca.py to test_pca.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_fast_distance.py to test_fast_distance.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_matrices.py to test_matrices.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_pca_image.py to test_pca_image.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/fast_distance.py to fast_distance.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/matrices.py to matrices.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/mixed_effects_stat.py to mixed_effects_stat.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/rft.py to rft.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/empirical_pvalue.py to empirical_pvalue.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests/test_formula.py to test_formula.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/formulae.py to formulae.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/model.py to model.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/info.py to info.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/glm.py to glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_ar.py to test_ar.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_anova.py to test_anova.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_model.py to test_model.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_utils.py to test_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_regression.py to test_regression.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_estimable.py to test_estimable.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_glm.py to test_glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_olsR.py to test_olsR.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/exampledata.py to exampledata.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/regression.py to regression.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/nlsmodel.py to nlsmodel.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/setupscons.py to setupscons.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/varfuncs.py to varfuncs.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/family.py to family.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/links.py to links.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bayesian_mixed_effects.py to bayesian_mixed_effects.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py to test_intrinsic_volumes.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_rft.py to test_rft.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_onesample.py to test_onesample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_utils.py to test_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_empirical_pvalue.py to test_empirical_pvalue.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_mixed_effects.py to test_mixed_effects.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_histogram.py to test_histogram.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_quantile.py to test_quantile.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/api.py to api.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench/bench_intvol.py to bench_intvol.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/onesample.py to onesample.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/kernel_smooth.py to kernel_smooth.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/segmentation.py to segmentation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests/test_segmentation.py to test_segmentation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/brain_segmentation.py to brain_segmentation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/utilities.py to utilities.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_utilities.py to test_utilities.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_skip_test.py to test_skip_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_arrays.py to test_arrays.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_compat3.py to test_compat3.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/arrays.py to arrays.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/compat3.py to compat3.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/perlpie.py to perlpie.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/skip_test.py to skip_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/glm.py to glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/realfuncs.py to realfuncs.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/design.py to design.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/hemodynamic_models.py to hemodynamic_models.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_hrf.py to test_hrf.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_hemodynamic_models.py to test_hemodynamic_models.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_paradigm.py to test_paradigm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_aliases.py to test_aliases.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_utils.py to test_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_dmtx.py to test_dmtx.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_design.py to test_design.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_glm.py to test_glm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_iterators.py to test_iterators.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_realfuncs.py to test_realfuncs.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_fmri.py to test_fmri.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/model.py to model.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/invert.py to invert.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/outputters.py to outputters.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_hrf.py to test_hrf.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_model.py to test_model.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_iterables.py to test_iterables.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_outputters.py to test_outputters.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_FIAC.py to test_FIAC.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py to FIACdesigns.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/api.py to api.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/hrf.py to hrf.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/model.py to model.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/reml.py to reml.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/correlation.py to correlation.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/trace.py to trace.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/api.py to api.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmri.py to fmri.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/hrf.py to hrf.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/experimental_paradigm.py to experimental_paradigm.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/design_matrix.py to design_matrix.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/__init__.py to __init__.pyc >writing byte-compilation script '/tmp/tmp_FUZ40.py' >/usr/bin/python2 -O /tmp/tmp_FUZ40.py >removing /tmp/tmp_FUZ40.py >running install_scripts >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_diagnose to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_tsdiffana to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_3dto4d to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_4d_realign to 755 >changing mode of /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/bin/nipy_4dto3d to 755 >running install_data >copying nipy/modalities/fmri/tests/spm_dmtx.npz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_5.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/spm_bases.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/spm_hrfs.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/cond_test1.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_10.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/modalities/fmri/tests/dct_100.txt -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests >copying nipy/algorithms/statistics/models/tests/test_data.bin -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests >copying nipy/testing/anatomical.nii.gz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/ >copying nipy/testing/functional.nii.gz -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/ >creating /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/data >copying nipy/algorithms/diagnostics/tests/data/timediff.m -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/algorithms/diagnostics/tests/data/generate_tsdiff_results.m -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/data/ >copying nipy/labs/spatial_models/tests/some_blobs.nii -> /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests >running install_egg_info >Writing /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy-0.4.1-py2.7.egg-info >running install_clib >customize UnixCCompiler >+ find /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages -name '*.so' -exec chmod 755 '{}' ';' >+ find /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages -name '*.so' -exec chmod 755 '{}' ';' >+ find /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/ /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/ -name '*.py' -type f >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/activation_maps.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/maps_3d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/slicers.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/edge_detect.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/cm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/anat_cache.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_coord_tools.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_cm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_activation_maps.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_edge_detect.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/test/test_slicers.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz_tools/coord_tools.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz3d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks/bench_numpy.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/benchmarks/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_blas3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_array.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_blas1.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_linalg.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/test_numpy.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/mroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/bsa_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/parcel_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/hroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/parcellation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_bsa_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_parcel_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_discrete_domain.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_mroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_parcel.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_hroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/tests/test_bsa.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/hierarchical_parcellation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/discrete_domain.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/structural_bfls.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/spatial_models/bayesian_structural_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/permutation_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/test_permutation_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/test_onesample_stat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/affine_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/affine_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_affine_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/test_affine_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/transforms/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_grid.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_img.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_grid.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/test_volume_data.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_img.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_data.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/volume_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/volumes/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/converters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests/test_converters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/datasets/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/test_mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/tests/test_statistical_mapping.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/__config__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks/bench_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/benchmarks/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/viz.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/zscore.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_repro.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_misc.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/simul_multisubject_fmri_dataset.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/reproducibility_measures.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/statistical_mapping.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/roi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image_list.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image_list.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_image_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/test_rollimg.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/image_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/image/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/slices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/array_coords.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_parametrized_surface.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_matrix_groups.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_coordinate_system.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/matrix_groups.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_array_coords.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_slices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/test_coordinate_map.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/coordinate_system.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/coordinate_map.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/reference/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/generators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests/test_generators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/core/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/scriptrunner.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/test_scripts.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/matlab.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/spm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests/test_mlabtemp.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/interfaces/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/__config__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/files.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/nifti_ref.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/imageformats/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_nifti_ref.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_save.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_image_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/test_nibcompat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/nibcompat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/io/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/pkg_info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/doctester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_images.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_doctesting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/tests/test_doctester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/nosetester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/decorators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/testing/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/ndimage/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/scipy/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/nosetester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/testing/noseclasses.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/numpy/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel/orientations.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/nibabel/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/fixes/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/bipartite_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_bipartite_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/tests/test_forest.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/forest.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests/test_parcel_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/parcel_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/group/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/screens.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_time_difference.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_commands.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tests/test_screen.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/commands.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/timediff.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/diagnostics/tsdiffplot.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/groupwise_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/type_check.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_polyaffine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_fmri_realign4d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_chain_transforms.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_histogram_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_cubic_spline.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_affine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_register.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_slice_timing.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/tests/test_scripting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/similarity_measures.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/optimizer.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/chain_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/affine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/histogram_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/scripting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/polyaffine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_kernel_smooth.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_interpolator.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/test_resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/interpolation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/optimize.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/hierarchical_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/von_mises_fisher_mixture.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/imm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_bgmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_gmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_vmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_ggm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/test_imm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/bgmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/gmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/clustering/ggmixture.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/fwhm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/timefuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests/test_timefuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/slicetiming/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/pca.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_pca.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_fast_distance.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_matrices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/test_pca_image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/fast_distance.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/utils/matrices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/mixed_effects_stat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/rft.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/empirical_pvalue.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests/test_formula.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/formulae.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/formula/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_ar.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_anova.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_regression.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_estimable.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/test_olsR.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/exampledata.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/regression.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/nlsmodel.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/setupscons.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/varfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/family.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/links.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/family/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/models/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bayesian_mixed_effects.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_rft.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_onesample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_empirical_pvalue.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_mixed_effects.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_histogram.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/test_quantile.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench/bench_intvol.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/bench/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/onesample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/kernel_smooth.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests/test_segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/brain_segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/utilities.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_utilities.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_skip_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_arrays.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/tests/test_compat3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/arrays.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/compat3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/perlpie.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/skip_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/realfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/design.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/hemodynamic_models.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_hemodynamic_models.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_paradigm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_aliases.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_dmtx.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_design.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_iterators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_realfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/tests/test_fmri.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/invert.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/outputters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_iterables.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_outputters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/test_FIAC.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmristat/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/reml.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/correlation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/spm/trace.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/fmri.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/experimental_paradigm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/fmri/design_matrix.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/modalities/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/activation_maps.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/maps_3d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/slicers.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/edge_detect.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/cm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/anat_cache.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_coord_tools.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_cm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_activation_maps.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_edge_detect.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/test/test_slicers.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz_tools/coord_tools.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz3d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks/bench_numpy.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/benchmarks/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_blas3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_array.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_blas1.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_linalg.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/test_numpy.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/mroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/bsa_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/parcel_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/hroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/parcellation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_bsa_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_parcel_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_discrete_domain.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_mroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_parcel.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_hroi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/tests/test_bsa.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/hierarchical_parcellation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/discrete_domain.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/structural_bfls.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/spatial_models/bayesian_structural_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/permutation_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/test_permutation_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/test_onesample_stat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/affine_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/affine_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_affine_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/test_affine_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/transforms/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_grid.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_img.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_grid.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/test_volume_data.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_img.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_data.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/volume_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/volumes/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/converters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests/test_converters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/datasets/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/test_mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/tests/test_statistical_mapping.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/__config__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks/bench_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/benchmarks/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/viz.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/mask.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/zscore.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_repro.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_misc.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/simul_multisubject_fmri_dataset.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/reproducibility_measures.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/statistical_mapping.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/roi.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image_list.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image_list.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_image_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/test_rollimg.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/image_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/image/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/slices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/array_coords.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_parametrized_surface.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_matrix_groups.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_coordinate_system.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/matrix_groups.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_array_coords.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_slices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/test_coordinate_map.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/coordinate_system.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/coordinate_map.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/spaces.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/reference/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/generators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests/test_generators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/core/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/scriptrunner.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/test_scripts.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/matlab.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/spm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests/test_mlabtemp.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/interfaces/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/__config__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/files.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/nifti_ref.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/imageformats/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_nifti_ref.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_save.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_image_io.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/test_nibcompat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/nibcompat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/io/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/pkg_info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/doctester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_images.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_doctesting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/tests/test_doctester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/nosetester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/decorators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/testing/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/ndimage/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/scipy/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/nosetester.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/testing/noseclasses.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/numpy/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel/orientations.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/nibabel/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/fixes/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/bipartite_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_bipartite_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/tests/test_forest.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/field.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/graph.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/forest.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests/test_parcel_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/parcel_analysis.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/group/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/screens.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_time_difference.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_commands.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tests/test_screen.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/commands.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/timediff.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/diagnostics/tsdiffplot.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/groupwise_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/type_check.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_polyaffine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_fmri_realign4d.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_chain_transforms.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_histogram_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_cubic_spline.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_affine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_register.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_slice_timing.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/tests/test_scripting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/similarity_measures.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/optimizer.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/chain_transform.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/affine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/histogram_registration.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/scripting.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/polyaffine.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_kernel_smooth.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_interpolator.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/test_resample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/interpolation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/optimize.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/hierarchical_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/von_mises_fisher_mixture.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/imm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_bgmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_gmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_vmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_ggm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/test_imm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/bgmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/gmm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/clustering/ggmixture.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/fwhm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/timefuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests/test_timefuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/slicetiming/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/pca.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_pca.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_fast_distance.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_matrices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/test_pca_image.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/fast_distance.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/utils/matrices.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/mixed_effects_stat.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/rft.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/empirical_pvalue.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests/test_formula.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/formulae.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/formula/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/info.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_ar.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_anova.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_regression.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_estimable.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/test_olsR.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/exampledata.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/regression.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/nlsmodel.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/setupscons.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/varfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/family.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/links.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/family/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/models/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bayesian_mixed_effects.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_rft.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_onesample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_empirical_pvalue.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_mixed_effects.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_histogram.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/test_quantile.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench/bench_intvol.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/bench/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/onesample.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/kernel_smooth.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests/test_segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/brain_segmentation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/utilities.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_utilities.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_skip_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_arrays.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/tests/test_compat3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/arrays.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/compat3.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/perlpie.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/skip_test.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/utils/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/realfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/design.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/hemodynamic_models.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_hemodynamic_models.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_paradigm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_aliases.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_dmtx.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_design.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_glm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_iterators.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_realfuncs.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/tests/test_fmri.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/invert.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/outputters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_iterables.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_outputters.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/test_FIAC.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmristat/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/model.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/reml.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/correlation.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/spm/trace.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/api.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/fmri.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/hrf.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/utils.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/experimental_paradigm.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/fmri/design_matrix.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/setup.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/modalities/__init__.py >+ read lib >+ sed -i '1{\@^#!/usr/bin/env python@d}' /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/__init__.py >+ read lib >+ rm -f tmp >+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.4.1-5.fc29 --unique-debug-suffix -0.4.1-5.fc29.ppc64 --unique-debug-src-base python-nipy-0.4.1-5.fc29.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/nipy-0.4.1 >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/array.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/linalg.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/bindings/wrapper.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/twosample.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/onesample.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/group/glm_twolevel.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/glm/kalman.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/labs/utils/routines.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/registration/_registration.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/graph/_graph.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/histogram.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/_quantile.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/statistics/intvol.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6/site-packages/nipy/algorithms/segmentation/_segmentation.cpython-36m-ppc64-linux-gnu.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/array.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/linalg.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/bindings/wrapper.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/glm_twolevel.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/onesample.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/group/twosample.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/glm/kalman.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/labs/utils/routines.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/graph/_graph.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/registration/_registration.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/intvol.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/histogram.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/statistics/_quantile.so >extracting debug info from /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7/site-packages/nipy/algorithms/segmentation/_segmentation.so >/usr/lib/rpm/sepdebugcrcfix: Updated 28 CRC32s, 0 CRC32s did match. >23922 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python3.6 using /usr/bin/python3.6 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib64/python2.7 using /usr/bin/python2.7 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-nipy-0.4.1-5.fc29.ppc64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ADO8NW >+ umask 022 >+ cd /builddir/build/BUILD >+ cd nipy-0.4.1 >+ TESTING_DATA=(nipy/testing/functional.nii.gz nipy/modalities/fmri/tests/spm_hrfs.mat nipy/modalities/fmri/tests/spm_dmtx.npz nipy/testing/anatomical.nii.gz nipy/algorithms/statistics/models/tests/test_data.bin nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat nipy/modalities/fmri/tests/spm_bases.mat nipy/labs/spatial_models/tests/some_blobs.nii nipy/modalities/fmri/tests/cond_test1.txt nipy/modalities/fmri/tests/dct_5.txt nipy/modalities/fmri/tests/dct_10.txt nipy/modalities/fmri/tests/dct_100.txt) >+ pushd build/lib.linux-ppc64-2.7 >~/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7 ~/build/BUILD/nipy-0.4.1 >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/testing/ >+ cp -a ../../nipy/testing/functional.nii.gz ./nipy/testing/functional.nii.gz >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/spm_hrfs.mat ./nipy/modalities/fmri/tests/spm_hrfs.mat >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/spm_dmtx.npz ./nipy/modalities/fmri/tests/spm_dmtx.npz >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/testing/ >+ cp -a ../../nipy/testing/anatomical.nii.gz ./nipy/testing/anatomical.nii.gz >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/algorithms/statistics/models/tests/ >+ cp -a ../../nipy/algorithms/statistics/models/tests/test_data.bin ./nipy/algorithms/statistics/models/tests/test_data.bin >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/algorithms/diagnostics/tests/data/ >+ cp -a ../../nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat ./nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/spm_bases.mat ./nipy/modalities/fmri/tests/spm_bases.mat >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/labs/spatial_models/tests/ >+ cp -a ../../nipy/labs/spatial_models/tests/some_blobs.nii ./nipy/labs/spatial_models/tests/some_blobs.nii >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/cond_test1.txt ./nipy/modalities/fmri/tests/cond_test1.txt >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/dct_5.txt ./nipy/modalities/fmri/tests/dct_5.txt >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/dct_10.txt ./nipy/modalities/fmri/tests/dct_10.txt >+ for i in ${TESTING_DATA[@]} >+ mkdir -p ./nipy/modalities/fmri/tests/ >+ cp -a ../../nipy/modalities/fmri/tests/dct_100.txt ./nipy/modalities/fmri/tests/dct_100.txt >+ nosetests-2.7 -v -I test_scripts.py >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/__init__.py:25: UserWarning: Running the tests from the install directory may trigger some failures > warnings.warn('Running the tests from the install directory may ' >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_vmm.py:10: FutureWarning: Module nipy.algorithms.clustering.von_mises_fisher_mixturedeprecated, will be removed > from ..von_mises_fisher_mixture import (VonMisesMixture, >/usr/lib/python2.7/site-packages/nose/importer.py:94: FutureWarning: Module nipy.labs.bindings deprecated, will be removed > mod = load_module(part_fqname, fh, filename, desc) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/glm/glm.py:9: FutureWarning: Module nipy.labs.utils.routines deprecated, will be removed > from ..utils import mahalanobis >/usr/lib/python2.7/site-packages/nose/importer.py:94: FutureWarning: Module nipy.labs.glm deprecated, will be removed. Please use nipy.modalities.fmri.glm instead. > mod = load_module(part_fqname, fh, filename, desc) >/usr/lib/python2.7/site-packages/nose/importer.py:94: FutureWarning: Module nipy.labs.group deprecated, will be removed > mod = load_module(part_fqname, fh, filename, desc) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/hierarchical_parcellation.py:16: FutureWarning: Module nipy.labs.spatial_models.parcellation deprecated, will be removed > from .parcellation import MultiSubjectParcellation >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_parcel.py:8: FutureWarning: Module nipy.labs.spatial_models.hierarchical_parcellationdeprecated, will be removed > from ..hierarchical_parcellation import hparcel >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/spatial_models/tests/test_parcel_io.py:8: FutureWarning: Module nipy.labs.spatial_models.parcel_iodeprecated, will be removed > from ..parcel_io import (mask_parcellation, fixed_parcellation, >nipy.algorithms.clustering.tests.test_bgmm.test_dirichlet_eval ... ok >test of the generate_multinomial function: ... ok >nipy.algorithms.clustering.tests.test_bgmm.test_dkln1 ... ok >nipy.algorithms.clustering.tests.test_bgmm.test_dkln2 ... ok >nipy.algorithms.clustering.tests.test_bgmm.test_dkln3 ... ok >nipy.algorithms.clustering.tests.test_bgmm.test_bgmm_gibbs ... ok >Perform a model selection procedure on a gmm ... ok >perform the estimation of a variational gmm ... ok >perform the estimation of a variational gmm + model selection ... ok >Compare the evidence estimated by Chib's method ... ok >testkmeans1 (nipy.algorithms.clustering.tests.test_clustering.TestClustering) ... ok >testkmeans2 (nipy.algorithms.clustering.tests.test_clustering.TestClustering) ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGM1 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGM2 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGGM0 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGGM1 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGGM2 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_GGGM3 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_gamma_parameters1 ... ok >nipy.algorithms.clustering.tests.test_ggm.test_gamma_parameters2 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike0 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike1 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike2 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike3 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike4 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike5 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_loglike6 ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_selection ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_full ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_diag ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_multi ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_largedim ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_heterosc ... ok >nipy.algorithms.clustering.tests.test_gmm.test_em_gmm_cv ... ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.alg_test_basic ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:33: FutureWarning: Function average_link_graph deprecated, will be removed > t = average_link_graph(G) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.alg_test_2 ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:50: FutureWarning: Function average_link_graph deprecated, will be removed > t = average_link_graph(G) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.alg_test_3 ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:61: FutureWarning: Function average_link_graph_segment deprecated, will be removed > u, cost = average_link_graph_segment(G, qmax=2) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/hierarchical_clustering.py:399: FutureWarning: Function average_link_graph deprecated, will be removed > t = average_link_graph(G) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.ward_test_basic ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:74: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed > t = ward(G,x) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.wardq_test_basic ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:88: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed > t = ward_quick(G, x) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.wardq_test_2 ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:105: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed > t = ward_quick(G, x) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.wardf_test ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/hierarchical_clustering.py:797: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed > t = ward_quick(G, feature, verbose) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.wards_test_basic ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/clustering/hierarchical_clustering.py:867: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed > t = ward(G, feature, verbose) >ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.wards_test_3 ... ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.cost_test ... ok >nipy.algorithms.clustering.tests.test_hierarchical_clustering.ward_test_more ... ok >nipy.algorithms.clustering.tests.test_imm.test_colabel ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_1D ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_known_groups ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_1D_k10 ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_2D_fast ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_2D ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_loglike_2D_a0_1 ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_wnc ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_wnc1 ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_wnc2 ... ok >nipy.algorithms.clustering.tests.test_imm.test_imm_wnc3 ... ok >nipy.algorithms.clustering.tests.test_vmm.test_spherical_area ... ok >nipy.algorithms.clustering.tests.test_vmm.test_von_mises_fisher_density ... ok >nipy.algorithms.clustering.tests.test_vmm.test_dimension_selection_bic ... ok >nipy.algorithms.clustering.tests.test_vmm.test_dimension_selection_cv ... ok >nipy.algorithms.diagnostics.tests.test_commands.test_parse_fname_axes ... SKIP: Hoping for a time when we can use MINC >nipy.algorithms.diagnostics.tests.test_commands.test_tsdiffana ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tsdiffplot.py:71: MatplotlibDeprecationWarning: axes.hold is deprecated. > See the API Changes document (http://matplotlib.org/api/api_changes.html) > for more details. > ax.hold(True) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tsdiffplot.py:75: MatplotlibDeprecationWarning: axes.hold is deprecated. > See the API Changes document (http://matplotlib.org/api/api_changes.html) > for more details. > ax.hold(False) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy > ni_img = nipy2nifti(img, data_dtype = io_dtype) >ok >nipy.algorithms.diagnostics.tests.test_commands.test_diagnose ... ok >nipy.algorithms.diagnostics.tests.test_screen.test_screen ... ok >nipy.algorithms.diagnostics.tests.test_screen.test_screen_slice_axis ... ok >nipy.algorithms.diagnostics.tests.test_screen.test_write_screen_res ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/test_screen.py:149: FutureWarning: Future versions of nipy will not guess the slice axis from position, but only from axis name == "slice"; Please specify the slice axis by name or index to avoid this warning > res = screen(img) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/diagnostics/tests/test_screen.py:164: FutureWarning: Future versions of nipy will not guess the slice axis from position, but only from axis name == "slice"; Please specify the slice axis by name or index to avoid this warning > rres = screen(rimg) >ok >nipy.algorithms.diagnostics.tests.test_time_difference.test_time_slice_diffs ... ok >nipy.algorithms.diagnostics.tests.test_time_difference.test_time_slice_axes ... ok >nipy.algorithms.diagnostics.tests.test_time_difference.test_against_matlab_results ... ok >nipy.algorithms.diagnostics.tests.test_time_difference.test_tsd_image ... ok >test that feature matrices are correctly checked ... ok >test the construction of k-nn bipartite graph ... ok >test the construction of k-nn bipartite graph ... ok >test the construction of eps-nn bipartite graph ... ok >test that the weighted graph copy is OK ... ok >Extraction of the 'left subgraph' ... ok >Extraction of the 'left subgraph', without renumb=False ... ok >Extraction of the 'right subgraph' ... ok >Extraction of the 'right subgraph', with renumb = False ... ok >nipy.algorithms.graph.tests.test_field.test_type_local_max ... ok >nipy.algorithms.graph.tests.test_field.test_max_1 ... ok >nipy.algorithms.graph.tests.test_field.test_max_2 ... ok >nipy.algorithms.graph.tests.test_field.test_max_3 ... ok >nipy.algorithms.graph.tests.test_field.test_max_4 ... ok >nipy.algorithms.graph.tests.test_field.test_smooth_1 ... ok >nipy.algorithms.graph.tests.test_field.test_smooth_2 ... ok >nipy.algorithms.graph.tests.test_field.test_dilation ... ok >nipy.algorithms.graph.tests.test_field.test_dilation2 ... ok >nipy.algorithms.graph.tests.test_field.test_erosion ... ok >nipy.algorithms.graph.tests.test_field.test_opening ... ok >nipy.algorithms.graph.tests.test_field.test_closing ... ok >nipy.algorithms.graph.tests.test_field.test_watershed_1 ... ok >nipy.algorithms.graph.tests.test_field.test_watershed_4 ... ok >nipy.algorithms.graph.tests.test_field.test_watershed_2 ... ok >nipy.algorithms.graph.tests.test_field.test_watershed_3 ... ok >nipy.algorithms.graph.tests.test_field.test_bifurcations_1 ... ok >nipy.algorithms.graph.tests.test_field.test_bifurcations_2 ... ok >nipy.algorithms.graph.tests.test_field.test_geodesic_kmeans ... ok >nipy.algorithms.graph.tests.test_field.test_constrained_voronoi ... ok >nipy.algorithms.graph.tests.test_field.test_constrained_voronoi_2 ... ok >nipy.algorithms.graph.tests.test_field.test_subfield ... ok >nipy.algorithms.graph.tests.test_field.test_subfield2 ... ok >nipy.algorithms.graph.tests.test_field.test_ward1 ... ok >nipy.algorithms.graph.tests.test_field.test_ward2 ... ok >nipy.algorithms.graph.tests.test_field.test_field_from_coo_matrix ... ok >test creation of forest object ... ok >test creation of forest object ... ok >test that we obtain children ... ok >test the get_descendants() method ... ok >test the isroot() method ... ok >test the merge_simple_branches() method ... ok >test the all_distances() methods ... ok >test the reorder_from_leaves_to_roots() method ... ok >test the leaves_of_a_subtree() method ... ok >Test the tree_depth() method ... ok >test the propagate_upward_and() method ... ok >test the propagate_upward() method ... ok >nipy.algorithms.graph.tests.test_graph.test_complete ... ok >nipy.algorithms.graph.tests.test_graph.test_knn_1 ... ok >nipy.algorithms.graph.tests.test_graph.test_set_euclidian ... ok >nipy.algorithms.graph.tests.test_graph.test_set_gaussian ... ok >nipy.algorithms.graph.tests.test_graph.test_set_gaussian_2 ... ok >nipy.algorithms.graph.tests.test_graph.test_eps_1 ... ok >nipy.algorithms.graph.tests.test_graph.test_mst_1 ... ok >test the 6nn graph ... ok >Test the 6 nn graphs on 3d grid ... ok >Test the 18-nn graph on a 3d grid ... ok >Test the 26-nn graph on a 3d grid ... ok >nipy.algorithms.graph.tests.test_graph.test_grid_3d_4 ... ok >nipy.algorithms.graph.tests.test_graph.test_grid_3d_5 ... ok >nipy.algorithms.graph.tests.test_graph.test_grid_3d_6 ... ok >Check that the grid graph is symmetric ... ok >nipy.algorithms.graph.tests.test_graph.test_cut_redundancies ... ok >nipy.algorithms.graph.tests.test_graph.test_degrees ... ok >nipy.algorithms.graph.tests.test_graph.test_normalize ... ok >nipy.algorithms.graph.tests.test_graph.test_normalize_2 ... ok >nipy.algorithms.graph.tests.test_graph.test_normalize_3 ... ok >nipy.algorithms.graph.tests.test_graph.test_adjacency ... ok >nipy.algorithms.graph.tests.test_graph.test_cc ... ok >nipy.algorithms.graph.tests.test_graph.test_isconnected ... ok >nipy.algorithms.graph.tests.test_graph.test_main_cc ... ok >Test dijkstra's algorithm ... ok >Test dijkstra's algorithm, multi_seed version ... ok >Test dijkstra's algorithm, API detail ... ok >Test that the compact representation of the graph is indeed correct ... ok >Test Floyd's algo without seed ... ok >Test Floyd's algo, with seed ... ok >nipy.algorithms.graph.tests.test_graph.test_symmeterize ... ok >test voronoi labelling with 2 seeds ... ok >test voronoi labelling with one seed ... ok >test voronoi labelling with non-connected components ... ok >nipy.algorithms.graph.tests.test_graph.test_concatenate1 ... ok >nipy.algorithms.graph.tests.test_graph.test_concatenate2 ... ok >nipy.algorithms.graph.tests.test_graph.test_anti_symmeterize ... ok >nipy.algorithms.graph.tests.test_graph.test_subgraph_1 ... ok >nipy.algorithms.graph.tests.test_graph.test_subgraph_2 ... ok >Test the creation of a graph from a sparse coo_matrix ... ok >Test the creation of a graph from a sparse coo_matrix ... ok >Test the generation of a sparse matrix as output ... ok >test the generation of neighbours list ... ok >test Kruskal's algor to thin the graph ... ok >test the graph concatenation utlitity ... ok >test the computation of cliques ... ok >nipy.algorithms.group.tests.test_parcel_analysis.test_smooth_image_pair ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_nonstandard ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_spm ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_nosmooth ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_error ... ok >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_write_mode ... ERROR >nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_function ... ERROR >nipy.algorithms.registration.tests.test_affine.test_mat2vec ... ok >nipy.algorithms.registration.tests.test_affine.test_rotation_mat2vec ... ok >nipy.algorithms.registration.tests.test_affine.test_composed_affines ... ok >nipy.algorithms.registration.tests.test_affine.test_affine_types ... ok >nipy.algorithms.registration.tests.test_affine.test_indirect_affines ... ok >nipy.algorithms.registration.tests.test_affine.test_slices2aff ... ok >nipy.algorithms.registration.tests.test_affine.test_subgrid_affine ... ok >nipy.algorithms.registration.tests.test_chain_transforms.test_creation ... ok >nipy.algorithms.registration.tests.test_cubic_spline.test_sample1d ... ok >nipy.algorithms.registration.tests.test_cubic_spline.test_sample4d ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_futurewarning ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_scanner_time ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_slice_info ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_slice_timing ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_no_time_interp ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:62: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > R = FmriRealign4d(runs, time_interp=False) >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_ascending ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:68: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > R = FmriRealign4d(runs, tr=3, slice_order='ascending') >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_descending ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:75: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > R = FmriRealign4d(runs, tr=3, slice_order='descending') >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_ascending_interleaved ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:82: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > R = FmriRealign4d(runs, tr=3, slice_order='ascending', interleaved=True) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:82: FutureWarning: `interleaved` keyword argument is deprecated > R = FmriRealign4d(runs, tr=3, slice_order='ascending', interleaved=True) >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_descending_interleaved ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:89: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > R = FmriRealign4d(runs, tr=3, slice_order='descending', interleaved=True) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:89: FutureWarning: `interleaved` keyword argument is deprecated > R = FmriRealign4d(runs, tr=3, slice_order='descending', interleaved=True) >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_incompatible_args ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/tests/test_fmri_realign4d.py:101: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class > time_interp=time_interp) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/groupwise_registration.py:1197: UserWarning: Please make sure you are NOT using SPM-style slice order declaration > warnings.warn('Please make sure you are NOT using ' >ok >This tests whether realign4d yields the same results depending on ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/registration/groupwise_registration.py:481: UserWarning: Minimization failed > warnings.warn('Minimization failed') >ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_runs_with_different_affines ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_realign4d_params ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_spacetimerealign_params ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_lowlevel_params ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_make_grid_funfile ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_make_grid_default ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_make_grid_random_subsampling ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_make_grid_random_borders ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_make_grid_full_monthy ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_spacerealign ... ok >nipy.algorithms.registration.tests.test_fmri_realign4d.test_single_image ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_uint8 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_uint8_nonstd ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_int16 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_masked_clamping_int16 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_int16_nonstd ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_float64 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_clamping_float64_nonstd ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_correlation_coefficient ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_correlation_ratio ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_correlation_ratio_L1 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_supervised_likelihood_ratio ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_normalized_mutual_information ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_renormalized_correlation_coefficient ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_renormalized_correlation_ratio ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_renormalized_correlation_ratio_l1 ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_joint_hist_eval ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_joint_hist_raw ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_explore ... ok >Test the histogram registration class. ... ok >nipy.algorithms.registration.tests.test_histogram_registration.test_set_fov ... ok >Test the histogram registration class. ... ok >Test gradient and Hessian computation of the registration ... ok >Test smoothing the `to` image. ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[ 9.99999996e-01, 5.64746315e-05, 6.31640916e-05, ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[ 1.00000000e+00, -6.30884893e-06, -2.30887683e-06, ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_register.test_registers(array([[1., 0., 0., 0.], ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_float ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_int8 ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_uint8 ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_int16 ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_uint16 ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_int32 ... ok >nipy.algorithms.registration.tests.test_resample.test_cast_array_uint32 ... ok >nipy.algorithms.registration.tests.test_resample.test_resample_dtypes ... ok >nipy.algorithms.registration.tests.test_resample.test_resample_uint_data ... ok >nipy.algorithms.registration.tests.test_resample.test_resample_outvalue ... ok >nipy.algorithms.registration.tests.test_scripting.test_space_time_realign ... ok >nipy.algorithms.registration.tests.test_scripting.test_aff2euler ... ok >nipy.algorithms.registration.tests.test_slice_timing.test_slice_time_correction ... ok >nipy.algorithms.registration.tests.test_transform.test_transform ... ok >nipy.algorithms.registration.tests.test_transform.test_transform_other_init ... ok >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg1 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg2 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg3 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg4 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg5 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg6 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg7 ... ERROR >nipy.algorithms.segmentation.tests.test_segmentation.test_segmentation_3d ... ok >nipy.algorithms.segmentation.tests.test_segmentation.test_segmentation_3d_with_MRF ... ok >nipy.algorithms.segmentation.tests.test_segmentation.test_segmentation_3d_with_mask ... ok >nipy.algorithms.segmentation.tests.test_segmentation.test_segmentation_3d_multichannel ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_ascending ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_descending ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_asc_alt_2 ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_desc_alt_2 ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_asc_alt_2_1 ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_asc_alt_siemens ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_asc_alt_half ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_desc_alt_half ... ok >nipy.algorithms.slicetiming.tests.test_timefuncs.test_number_names ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_terms ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_getparams_terms ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_formula_params ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_contrast1 ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_formula_from_recarray ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_random_effects ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_design_expression ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_formula_property ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_mul ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_factor_add_sub ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_term_order_sub ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_make_recarray ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_make_recarray_axes ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_str_formula ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_design ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_design_inputs ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_formula_inputs ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_alias ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_factor_getterm ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_stratify ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_nonlin1 ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_intercept ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_nonlin2 ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_Rintercept ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_return_float ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_subtract ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_subs ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_natural_spline ... ok >nipy.algorithms.statistics.formula.tests.test_formula.test_factor_term ... ok >nipy.algorithms.statistics.models.tests.test_anova.test_names ... ok >nipy.algorithms.statistics.models.tests.test_anova.test_Ragreement ... ok >nipy.algorithms.statistics.models.tests.test_anova.test_scipy_stats ... ok >nipy.algorithms.statistics.models.tests.test_ar.test_armodel ... ok >nipy.algorithms.statistics.models.tests.test_estimable.test_estimable ... ok >nipy.algorithms.statistics.models.tests.test_glm.test_Logistic ... ok >nipy.algorithms.statistics.models.tests.test_glm.test_cont ... ok >nipy.algorithms.statistics.models.tests.test_glm.test_Logisticdegenerate ... ok >nipy.algorithms.statistics.models.tests.test_model.test_model ... ok >nipy.algorithms.statistics.models.tests.test_model.test_t_contrast ... ok >nipy.algorithms.statistics.models.tests.test_model.test_t_output ... ok >nipy.algorithms.statistics.models.tests.test_model.test_f_output ... ok >nipy.algorithms.statistics.models.tests.test_model.test_f_output_new_api ... ok >nipy.algorithms.statistics.models.tests.test_model.test_conf_int ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.5737', '0.5737') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.5242', '0.5242') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('11.59', '11.59') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(13, 13) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(112, 112) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.818e-15', '1.818e-15') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results([11.593140141852555], [11.593140144949292], 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results([13], [13], 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results([112], [112], 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(True,) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(14, 14) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(14, 14) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(126, 126) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(112, 112) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.439e-02', '1.439e-02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-6.975e+00', '-6.975e+00') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('4.410e+01', '4.410e+01') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('3.864e+00', '3.864e+00') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.458e+02', '2.458e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('9.789e+02', '9.789e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.339e+03', '1.339e+03') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.603e+02', '2.603e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-1.955e-02', '-1.955e-02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('7.042e-05', '7.042e-05') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-3.743e-08', '-3.743e-08') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('3.060e-06', '3.060e-06') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.440e-06', '1.440e-06') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-1.044e-05', '-1.044e-05') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.649e-02', '2.649e-02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.022e+01', '1.022e+01') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('5.740e+00', '5.740e+00') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('5.770e+00', '5.770e+00') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('4.594e+02', '4.594e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('3.851e+02', '3.851e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('8.418e+02', '8.418e+02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('8.226e-01', '8.226e-01') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.539e-02', '1.539e-02') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.173e-04', '2.173e-04') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('6.770e-07', '6.770e-07') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.094e-06', '2.094e-06') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.992e-06', '1.992e-06') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('7.215e-06', '7.215e-06') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.543', '0.543') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-0.683', '-0.683') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('7.682', '7.682') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.670', '0.670') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.535', '0.535') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('2.542', '2.542') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.591', '1.591') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('316.463', '316.463') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-1.270', '-1.270') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.324', '0.324') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-0.055', '-0.055') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.461', '1.461') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.723', '0.723') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('-1.448', '-1.448') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.54322834), 0.5432283355720717, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.02648998), 0.026489975359171806, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.01439011), 0.014390105223708094, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-0.6825618), -0.6825617966310167, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(10.21815607), 10.218156065225369, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-6.97452296), -6.974522962136348, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(7.68166093), 7.681660925366252, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(5.74034999), 5.7403499890842475, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(44.09542221), 44.09542220907505, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.66966497), 0.6696649735706639, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(5.76971676), 5.7697167649718875, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(3.86377722), 3.8637772249251157, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.53504219), 0.5350421938450601, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(459.36372219), 459.36372218639576, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(245.77897369), 245.77897369144193, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(2.54176211), 2.541762106516891, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(385.1374007), 385.1374006978459, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(978.9276509), 978.9276508961968, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(1.59061908), 1.5906190842995187, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(841.76657778), 841.7665777836274, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(1338.92998315), 1338.929983148133, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(316.46274969), 316.4627496928873, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.822649), 0.8226490001992267, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(260.33776464), 260.33776463515187, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-1.27027795), -1.2702779542814642, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.01539086), 0.015390862186196704, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-0.01955067), -0.019550672932509894, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.32405492), 0.3240549205122739, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.00021732), 0.00021732376629181216, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(7.04248358e-05), 7.042483581112119e-05, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-0.05529195), -0.05529194558519483, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(6.77021326e-07), 6.770213255556303e-07, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-3.74338263e-08), -3.743382629263839e-08, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(1.46080888), 1.4608088778073833, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(2.09442102e-06), 2.0944210203804434e-06, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(3.05954882e-06), 3.0595488204381504e-06, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(0.72318377), 0.7231837727670489, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(1.99170998e-06), 1.991709976581326e-06, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(1.44037234e-06), 1.440372335121854e-06, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-1.44753551), -1.4475355063176862, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(7.21543172e-06), 7.21543172288708e-06, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results(array(-1.04445936e-05), -1.0444593612290044e-05, 6) ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.5881', '0.5881') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.4963', '0.4963') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.5044', '0.5044') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.5937', '0.5937') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.0124', '0.0124') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.1145', '0.1145') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.2066', '0.2066') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.7465', '0.7465') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.9560', '0.9560') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.1469', '0.1469') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.4711', '0.4711') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.1505', '0.1505') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('72.02328', '72.02328') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('168.9401', '168.9401') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('96.91685', '96.91685') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.643065', '0.643065') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('1.351521', '1.351521') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('7.455142', '7.455142') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('0.8019', '0.8019') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('317.1017', '317.1017') ... ok >nipy.algorithms.statistics.models.tests.test_olsR.test_results('359.6459', '359.6459') ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_OLS ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_AR ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_OLS_degenerate ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_AR_degenerate ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_yule_walker_R ... ok >nipy.algorithms.statistics.models.tests.test_regression.test_ar_estimator ... ok >nipy.algorithms.statistics.models.tests.test_utils.test_StepFunction ... ok >nipy.algorithms.statistics.models.tests.test_utils.test_StepFunctionBadShape ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_efdr ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_smooth_histo ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_fdr_pos ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_fdr_neg ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_gaussian_fdr ... ok >nipy.algorithms.statistics.tests.test_empirical_pvalue.test_gaussian_fdr_threshold ... ok >nipy.algorithms.statistics.tests.test_histogram.test_histogram ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_mu3tet ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_mu2tri ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_mu1tri ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_mu2tet ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_mu1_tet ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test__mu1_tetface ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:43: DeprecationWarning: This function is deprecated. Please call randint(0, 40 + 1) instead > for j in range(len(shape))] >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec(1.0, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec(1, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec(1, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec_disjoint ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips_wrapping ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips1_disjoint ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:43: DeprecationWarning: This function is deprecated. Please call randint(0, 30 + 1) instead > for j in range(len(shape))] >ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips2_disjoint ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips3_disjoint ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips3_nans ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(1, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(array([1., 0., 0., 0.]), [1, 0, 0, 0]) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(1, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(array([1., 3., 0., 0.]), [1, 3, 0, 0]) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(1, 1) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_slices(array([ 1., 8., 15., 0.]), [1, 8, 15, 0]) ... ok >nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec_wrapping ... ok >Test the generic mixed-effects model ... ok >test that the t test run ... ok >test that the mfx ttest indeed runs ... ok >test that the mfx ttest indeed runs ... ok >test that the mfx ttest indeed runs ... ok >test that the mfx ftest indeed runs ... ok >nipy.algorithms.statistics.tests.test_mixed_effects.test_two_level_glm ... ok >nipy.algorithms.statistics.tests.test_mixed_effects.test_two_level_glm_novar ... ok >nipy.algorithms.statistics.tests.test_mixed_effects.test_two_level_glm_error ... ok >nipy.algorithms.statistics.tests.test_onesample.test_estimate_varatio(array([ 0.07949948, 0.27926927, -0.16079902, -0.22516356, 0.12684732, ... ok >nipy.algorithms.statistics.tests.test_quantile.test_median ... /usr/lib64/python2.7/site-packages/numpy/core/numeric.py:492: ComplexWarning: Casting complex values to real discards the imaginary part > return array(a, dtype, copy=False, order=order) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_quantile.py:31: ComplexWarning: Casting complex values to real discards the imaginary part > np_median(X.astype(np.float64), axis=a)) >ok >nipy.algorithms.statistics.tests.test_quantile.test_quantile ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_quantile.py:22: ComplexWarning: Casting complex values to real discards the imaginary part > return np.apply_along_axis(sp_percentile, axis, arr.astype(float), pct) >ok >nipy.algorithms.statistics.tests.test_rft.test_Q ... ok >/usr/lib64/python2.7/site-packages/numpy/lib/polynomial.py:1198: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another > other = poly1d(other) >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([1.]), array([1.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([1., 0.]), array([1., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -1.]), array([ 1., 0., -1.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -3., 0.]), array([ 1., 0., -3., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -6., 0., 3.]), array([ 1.00000000e+00, -4.44089210e-16, -6.00000000e+00, -2.22044605e-16, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -10., 0., 15., 0.]), array([ 1., 0., -10., 0., 15., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -15., 0., 45., 0., -15.]), array([ 1.00000000e+00, 0.00000000e+00, -1.50000000e+01, 1.77635684e-15, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -21., 0., 105., 0., -105., 0.]), array([ 1.00000000e+00, 0.00000000e+00, -2.10000000e+01, 7.10542736e-15, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial1(array([ 1., 0., -28., 0., 210., 0., -420., 0., 105.]), array([ 1.00000000e+00, 0.00000000e+00, -2.80000000e+01, -2.13162821e-14, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([2.]), array([2.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([2., 0.]), array([2., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -2.]), array([ 2., 0., -2.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -6., 0.]), array([ 2., 0., -6., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -12., 0., 6.]), array([ 2.0000000e+00, -8.8817842e-16, -1.2000000e+01, -4.4408921e-16, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -20., 0., 30., 0.]), array([ 2., 0., -20., 0., 30., 0.])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -30., 0., 90., 0., -30.]), array([ 2.00000000e+00, 0.00000000e+00, -3.00000000e+01, 3.55271368e-15, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -42., 0., 210., 0., -210., 0.]), array([ 2.00000000e+00, 0.00000000e+00, -4.20000000e+01, 1.42108547e-14, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial2(array([ 2., 0., -56., 0., 420., 0., -840., 0., 210.]), array([ 2.00000000e+00, 0.00000000e+00, -5.60000000e+01, -4.26325641e-14, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([0.66666667, 0. , 2. , 0. ]), array([0.66666667, 0. , 2. , 0. ])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([0.31332853, 0. , 1.25331414, 0. , 2.50662827]), array([0.31332853, 0. , 1.25331414, 0. , 2.50662827])) ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([0.13333333, 0. , 0.66666667, 0. , 2. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([0.05222142, 0. , 0.31332853, 0. , 1.25331414, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([0.01904762, 0. , 0.13333333, 0. , 0.66666667, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -4.44089210e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -4.44089210e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -1.11022302e-15, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -2.22044605e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -2.66666667e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -1.56664267e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -8.00000000e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -3.65549957e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -1.52380952e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -6.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -3.44661388e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -1.73333333e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -7.83321336e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -3.23809524e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 0.66666667, 0. , -10. , 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -5.63991362e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -2.80000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -1.25331414e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -5.14285714e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 0.66666667, 0. , -14.66666667, 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 0.31332853, 0. , -8.14654189, 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -4.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -1.77552836e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -7.23809524e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 0.66666667, 0. , -20. , 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -1.09664987e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -5.33333333e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -2.34996401e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -9.52380952e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -2.60000000e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -1.40997840e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -6.80000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -2.97662108e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -1.20000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -3.26666667e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -1.75463979e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -8.40000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -3.65549957e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -1.46666667e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 6.66666667e-01, 0.00000000e+00, -4.00000000e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 3.13328534e-01, 0.00000000e+00, -2.13063403e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.33333333e-01, 0.00000000e+00, -1.01333333e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 5.22214224e-02, 0.00000000e+00, -4.38659948e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_polynomial3(array([ 1.90476190e-02, 0.00000000e+00, -1.75238095e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([9.92123293e-01, 9.62565773e-01, 9.13069815e-01, 8.49145036e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([9.96400507e-01, 9.76884712e-01, 9.37143066e-01, 8.79487099e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([9.98335737e-01, 9.85571264e-01, 9.54098706e-01, 9.02866966e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([9.99223749e-01, 9.90920142e-01, 9.66231032e-01, 9.21186513e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([9.99635471e-01, 9.94249945e-01, 9.75012410e-01, 9.35716411e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([2.06583324e-02, 6.43549018e-02, 1.12769208e-01, 1.56132884e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([1.03017228e-02, 4.31714370e-02, 8.81325443e-02, 1.34027774e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([5.12920338e-03, 2.89159082e-02, 6.87713495e-02, 1.14873721e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([2.55132621e-03, 1.93487620e-02, 5.36111096e-02, 9.83609199e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([1.26823095e-03, 1.29385562e-02, 4.17655624e-02, 8.41667900e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-4.07932558e-02, -7.70216738e-02, -9.18321969e-02, -8.80885468e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.33451666e-02, -5.97447219e-02, -8.38610121e-02, -8.97372172e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.29624423e-02, -4.48477560e-02, -7.38367499e-02, -8.76398683e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-7.05541805e-03, -3.29531562e-02, -6.35063383e-02, -8.33568424e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-3.78656581e-03, -2.38534564e-02, -5.37430596e-02, -7.78667872e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 5.09620736e-02, 4.09696029e-02, 8.97388842e-03, -2.48493203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 3.76008078e-02, 4.71805068e-02, 2.68066397e-02, -5.68831540e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 2.49449591e-02, 4.52321642e-02, 3.70576593e-02, 9.40254196e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.55519516e-02, 3.95709468e-02, 4.18091182e-02, 2.07423802e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 9.30955034e-03, 3.27647196e-02, 4.28128642e-02, 2.88748752e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.34486429e-02, 4.08612670e-02, 6.86930760e-02, 7.00986383e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.99266528e-02, 1.21110401e-02, 5.21641131e-02, 6.89936341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-3.02209862e-02, -7.99781781e-03, 3.36488455e-02, 6.18209391e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.42800965e-02, -1.95120691e-02, 1.68309311e-02, 5.17224925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.73854814e-02, -2.45092027e-02, 3.13986002e-03, 4.06336381e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-6.68492336e-02, -6.84654056e-02, -2.59463364e-02, 1.97744608e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.58092681e-02, -6.93599316e-02, -5.25132136e-02, -9.52852998e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 3.42048098e-03, -5.33186642e-02, -6.31353631e-02, -3.18793706e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.67988429e-02, -3.29427347e-02, -6.24763757e-02, -4.67874661e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.95644804e-02, -1.47399314e-02, -5.50967267e-02, -5.51690588e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 5.31783161e-02, -4.81242174e-02, -9.45574578e-02, -9.14836673e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 8.04064679e-02, 1.23436381e-02, -6.36858166e-02, -9.40782984e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 5.90749815e-02, 5.00964743e-02, -2.50970597e-02, -8.05119249e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 2.76782390e-02, 6.32250419e-02, 8.78594113e-03, -5.91072231e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 4.10811833e-03, 5.94558640e-02, 3.32440968e-02, -3.55011382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.27245807e-01, 1.22457115e-01, 3.55173827e-02, -4.59491664e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.68621677e-02, 1.29823648e-01, 9.88640656e-02, 1.35751296e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-5.97634888e-02, 8.30320915e-02, 1.22369339e-01, 6.31018901e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-7.60225437e-02, 2.48651268e-02, 1.14135552e-01, 9.53631569e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-5.80372708e-02, -2.09541366e-02, 8.76943247e-02, 1.10520930e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.02165128e-01, 1.08056922e-01, 1.80730273e-01, 1.49507141e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.03137263e-01, -4.01657806e-02, 1.29388101e-01, 1.79846291e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.24985356e-01, -1.42318627e-01, 3.56884508e-02, 1.59601029e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-1.03043505e-02, -1.65653515e-01, -5.24492306e-02, 1.09854641e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 5.82830671e-02, -1.33233354e-01, -1.12457496e-01, 4.95979121e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-2.84713985e-01, -2.28755699e-01, -2.01102839e-02, 1.40750917e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([-3.27712695e-02, -3.06028513e-01, -2.00670474e-01, 1.15875047e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 2.20142201e-01, -1.87266699e-01, -2.88386527e-01, -1.24317720e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 2.48236851e-01, -5.70347126e-03, -2.71605134e-01, -2.22201552e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi1(array([ 1.38413779e-01, 1.33173735e-01, -1.87860988e-01, -2.69041760e-01, ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_rft.py:75: DeprecationWarning: `factorial` is deprecated! >Importing `factorial` from scipy.misc is deprecated in scipy 1.0.0. Use `scipy.special.factorial` instead. > _t = np.power(2., -j) / (factorial(k-j) * factorial(j)) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_rft.py:79: DeprecationWarning: `factorial` is deprecated! >Importing `factorial` from scipy.misc is deprecated in scipy 1.0.0. Use `scipy.special.factorial` instead. > coef += (-1)**(D-1) * factorial(D-1) * np.exp(t) * np.power(-1.*n, k) >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -4.44089210e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -4.44089210e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -1.11022302e-15, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -2.22044605e-16, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -2.66666667e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -1.56664267e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -8.00000000e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -3.65549957e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -1.52380952e-01, 0.00000000e+00, ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/tests/test_rft.py:75: RuntimeWarning: divide by zero encountered in divide > _t = np.power(2., -j) / (factorial(k-j) * factorial(j)) >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -6.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -3.44661388e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -1.73333333e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -7.83321336e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -3.23809524e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 0.66666667, 0. , -10. , 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -5.63991362e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -2.80000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -1.25331414e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -5.14285714e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 0.66666667, 0. , -14.66666667, 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 0.31332853, 0. , -8.14654189, 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -4.00000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -1.77552836e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -7.23809524e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 0.66666667, 0. , -20. , 0. , ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -1.09664987e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -5.33333333e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -2.34996401e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -9.52380952e-01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -2.60000000e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -1.40997840e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -6.80000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -2.97662108e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -1.20000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -3.26666667e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -1.75463979e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -8.40000000e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -3.65549957e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -1.46666667e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 6.66666667e-01, 0.00000000e+00, -4.00000000e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 3.13328534e-01, 0.00000000e+00, -2.13063403e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.33333333e-01, 0.00000000e+00, -1.01333333e+01, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 5.22214224e-02, 0.00000000e+00, -4.38659948e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi2(array([ 1.90476190e-02, 0.00000000e+00, -1.75238095e+00, 0.00000000e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([0.75182963, 0.65472085, 0.58388242, 0.52708926, 0.47950012, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([0.30278573, 0.2880187 , 0.27397186, 0.26061009, 0.24789999, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([0.03819843, 0.05138611, 0.0598655 , 0.06575538, 0.0699313 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([-0.04337086, -0.03667168, -0.03052278, -0.02488643, -0.01972725, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([-1.76304582e-02, -2.28993896e-02, -2.57253057e-02, -2.72097638e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([ 0.01848386, 0.0134239 , 0.00895233, 0.00501701, 0.00156985, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([ 1.35557599e-02, 1.69731949e-02, 1.83334084e-02, 1.85881321e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([-0.01299884, -0.00765417, -0.00311801, 0.00069762, 0.00387265, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([-1.45846871e-02, -1.75738066e-02, -1.81884304e-02, -1.75743396e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_chi3(array([ 1.26418535e-02, 5.39201103e-03, -5.00623483e-04, -5.21144787e-03, ... ok >/usr/lib64/python2.7/site-packages/numpy/lib/polynomial.py:840: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another > a1, a2 = poly1d(a1), poly1d(a2) >nipy.algorithms.statistics.tests.test_rft.test_T1(array([4.60421927e-01, 4.21246963e-01, 3.82865358e-01, 3.45642347e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T1(array([4.60372107e-01, 4.21145904e-01, 3.82710440e-01, 3.45430164e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T1(array([4.60172163e-01, 4.20740291e-01, 3.82088578e-01, 3.44578258e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_search ... ok >nipy.algorithms.statistics.tests.test_rft.test_search1 ... ok >nipy.algorithms.statistics.tests.test_rft.test_search2 ... ok >nipy.algorithms.statistics.tests.test_rft.test_search3 ... ok >nipy.algorithms.statistics.tests.test_rft.test_search4 ... ok >nipy.algorithms.statistics.tests.test_rft.test_search5 ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([1.00000000e+00, 9.60371233e-01, 9.20843853e-01, 8.81518433e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([3.18309886e-01, 3.17922194e-01, 3.16762095e-01, 3.14838474e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([0.00000000e+00, 6.34163026e-03, 1.26369792e-02, 1.88403568e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([-5.06605918e-02, -5.04723915e-02, -4.99101106e-02, -4.89806672e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0. , -0.00302538, -0.0060136 , -0.00892814, -0.01173377, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.02418865, 0.02403844, 0.02359041, 0.02285227, 0.02183668, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.00000000e+00, 2.40551569e-03, 4.76949852e-03, 7.05134164e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([1.00000000e+00, 9.60321596e-01, 9.20744214e-01, 8.81368075e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([3.18309886e-01, 3.17920205e-01, 3.16754138e-01, 3.14820575e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([0.00000000e+00, 6.34159058e-03, 1.26366618e-02, 1.88392857e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([-5.06605918e-02, -5.04720757e-02, -4.99088569e-02, -4.89778825e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0. , -0.00302536, -0.00601345, -0.00892763, -0.01173257, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.02418865, 0.02403829, 0.02358982, 0.02285097, 0.02183446, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.00000000e+00, 2.40550063e-03, 4.76937872e-03, 7.05094076e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([1.00000000e+00, 9.60122388e-01, 9.20344325e-01, 8.80764615e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([3.18309886e-01, 3.17912247e-01, 3.16722309e-01, 3.14748968e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([0.00000000e+00, 6.34143185e-03, 1.26353920e-02, 1.88350006e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([-5.06605918e-02, -5.04708124e-02, -4.99038419e-02, -4.89667423e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.00000000e+00, -3.02528750e-03, -6.01284544e-03, -8.92560249e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 2.41886508e-02, 2.40376921e-02, 2.35874515e-02, 2.28457772e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_T2(array([ 0.00000000e+00, 2.40544042e-03, 4.76889947e-03, 7.04933699e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([9.92123293e-01, 9.62565773e-01, 9.13069815e-01, 8.49145036e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([9.96400507e-01, 9.76884712e-01, 9.37143066e-01, 8.79487099e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([9.98335737e-01, 9.85571264e-01, 9.54098706e-01, 9.02866966e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([9.99223749e-01, 9.90920142e-01, 9.66231032e-01, 9.21186513e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([9.99635471e-01, 9.94249945e-01, 9.75012410e-01, 9.35716411e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([2.06583324e-02, 6.43549018e-02, 1.12769208e-01, 1.56132884e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([1.03017228e-02, 4.31714370e-02, 8.81325443e-02, 1.34027774e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([5.12920338e-03, 2.89159082e-02, 6.87713495e-02, 1.14873721e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([2.55132621e-03, 1.93487620e-02, 5.36111096e-02, 9.83609199e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([1.26823095e-03, 1.29385562e-02, 4.17655624e-02, 8.41667900e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-4.07932558e-02, -7.70216738e-02, -9.18321969e-02, -8.80885468e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-2.33451666e-02, -5.97447219e-02, -8.38610121e-02, -8.97372172e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-1.29624423e-02, -4.48477560e-02, -7.38367499e-02, -8.76398683e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-7.05541805e-03, -3.29531562e-02, -6.35063383e-02, -8.33568424e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-3.78656581e-03, -2.38534564e-02, -5.37430596e-02, -7.78667872e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 5.09620736e-02, 4.09696029e-02, 8.97388842e-03, -2.48493203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 3.76008078e-02, 4.71805068e-02, 2.68066397e-02, -5.68831540e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 2.49449591e-02, 4.52321642e-02, 3.70576593e-02, 9.40254196e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 1.55519516e-02, 3.95709468e-02, 4.18091182e-02, 2.07423802e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 9.30955034e-03, 3.27647196e-02, 4.28128642e-02, 2.88748752e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-1.34486429e-02, 4.08612670e-02, 6.86930760e-02, 7.00986383e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-2.99266528e-02, 1.21110401e-02, 5.21641131e-02, 6.89936341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-3.02209862e-02, -7.99781781e-03, 3.36488455e-02, 6.18209391e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-2.42800965e-02, -1.95120691e-02, 1.68309311e-02, 5.17224925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-1.73854814e-02, -2.45092027e-02, 3.13986002e-03, 4.06336381e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-6.68492336e-02, -6.84654056e-02, -2.59463364e-02, 1.97744608e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([-2.58092681e-02, -6.93599316e-02, -5.25132136e-02, -9.52852998e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 3.42048098e-03, -5.33186642e-02, -6.31353631e-02, -3.18793706e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 1.67988429e-02, -3.29427347e-02, -6.24763757e-02, -4.67874661e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 1.95644804e-02, -1.47399314e-02, -5.50967267e-02, -5.51690588e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 5.31783161e-02, -4.81242174e-02, -9.45574578e-02, -9.14836673e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 8.04064679e-02, 1.23436381e-02, -6.36858166e-02, -9.40782984e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 5.90749815e-02, 5.00964743e-02, -2.50970597e-02, -8.05119249e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 2.76782390e-02, 6.32250419e-02, 8.78594113e-03, -5.91072231e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling1(array([ 4.10811833e-03, 5.94558640e-02, 3.32440968e-02, -3.55011382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99967537, 1.99822772, 1.99528617, 1.99065919, 1.98424659, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99967537, 1.99822772, 1.99528617, 1.99065919, 1.98424659, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99967537, 1.99822772, 1.99528617, 1.99065919, 1.98424659, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00361465, 2.00494435, 2.0049358 , 2.00346313, 2.0004331 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00361465, 2.00494435, 2.0049358 , 2.00346313, 2.0004331 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00361465, 2.00494435, 2.0049358 , 2.00346313, 2.0004331 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00282873, 2.00360437, 2.00301096, 2.00090962, 1.99720573, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00282873, 2.00360437, 2.00301096, 2.00090962, 1.99720573, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00282873, 2.00360437, 2.00301096, 2.00090962, 1.99720573, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99995987, 1.99969069, 1.99899428, 1.99770304, 1.99567701, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99995987, 1.99969069, 1.99899428, 1.99770304, 1.99567701, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99995987, 1.99969069, 1.99899428, 1.99770304, 1.99567701, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.0025832 , 2.00518326, 2.00759985, 2.00966208, 2.01122543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.0025832 , 2.00518326, 2.00759985, 2.00966208, 2.01122543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.0025832 , 2.00518326, 2.00759985, 2.00966208, 2.01122543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00205879, 2.0040858 , 2.00588114, 2.0072746 , 2.00812257, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00205879, 2.0040858 , 2.00588114, 2.0072746 , 2.00812257, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00205879, 2.0040858 , 2.00588114, 2.0072746 , 2.00812257, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999538, 1.99994969, 1.99979993, 1.99947312, 1.99889296, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999538, 1.99994969, 1.99979993, 1.99947312, 1.99889296, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999538, 1.99994969, 1.99979993, 1.99947312, 1.99889296, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393508, 2.00667105, 2.00946898, 2.01232983, 2.01519358, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393508, 2.00667105, 2.00946898, 2.01232983, 2.01519358, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393508, 2.00667105, 2.00946898, 2.01232983, 2.01519358, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00314907, 2.00533011, 2.00754026, 2.00976578, 2.01194345, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00314907, 2.00533011, 2.00754026, 2.00976578, 2.01194345, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00314907, 2.00533011, 2.00754026, 2.00976578, 2.01194345, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.9999995 , 1.99999231, 1.99996257, 1.99988632, 1.99973326, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.9999995 , 1.99999231, 1.99996257, 1.99988632, 1.99973326, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.9999995 , 1.99999231, 1.99996257, 1.99988632, 1.99973326, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00262289, 2.0054857 , 2.00857231, 2.01185843, 2.01531329, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00262289, 2.0054857 , 2.00857231, 2.01185843, 2.01531329, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00262289, 2.0054857 , 2.00857231, 2.01185843, 2.01531329, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00209847, 2.00438807, 2.00685277, 2.00946835, 2.01220412, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00209847, 2.00438807, 2.00685277, 2.00946835, 2.01220412, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00209847, 2.00438807, 2.00685277, 2.00946835, 2.01220412, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999995, 1.99999889, 1.99999337, 1.99997678, 1.99993913, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999995, 1.99999889, 1.99999337, 1.99997678, 1.99993913, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([1.99999995, 1.99999889, 1.99999337, 1.99997678, 1.99993913, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393966, 2.00672038, 2.00966326, 2.0128365 , 2.0162479 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393966, 2.00672038, 2.00966326, 2.0128365 , 2.0162479 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00393966, 2.00672038, 2.00966326, 2.0128365 , 2.0162479 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00315365, 2.00537942, 2.00773437, 2.01027185, 2.01299614, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00315365, 2.00537942, 2.00773437, 2.01027185, 2.01299614, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([2.00315365, 2.00537942, 2.00773437, 2.01027185, 2.01299614, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00201857, 0.0076805 , 0.01643831, 0.02779841, 0.04131666, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00201857, 0.0076805 , 0.01643831, 0.02779841, 0.04131666, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00201857, 0.0076805 , 0.01643831, 0.02779841, 0.04131666, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202122, 0.00770159, 0.01650908, 0.02796482, 0.04163857, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202122, 0.00770159, 0.01650908, 0.02796482, 0.04163857, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202122, 0.00770159, 0.01650908, 0.02796482, 0.04163857, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202069, 0.00769738, 0.01649494, 0.0279316 , 0.04157433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202069, 0.00769738, 0.01649494, 0.0279316 , 0.04157433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([0.00202069, 0.00769738, 0.01649494, 0.0279316 , 0.04157433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00009737e-04, 1.61434226e-03, 4.23164317e-03, 8.26306476e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00009737e-04, 1.61434226e-03, 4.23164317e-03, 8.26306476e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00009737e-04, 1.61434226e-03, 4.23164317e-03, 8.26306476e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00403259e-04, 1.61877638e-03, 4.24986018e-03, 8.31253073e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00403259e-04, 1.61877638e-03, 4.24986018e-03, 8.31253073e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00403259e-04, 1.61877638e-03, 4.24986018e-03, 8.31253073e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00324593e-04, 1.61789041e-03, 4.24622188e-03, 8.30265546e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00324593e-04, 1.61789041e-03, 4.24622188e-03, 8.30265546e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([3.00324593e-04, 1.61789041e-03, 4.24622188e-03, 8.30265546e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.03714306e-05, 3.07219942e-04, 9.86298689e-04, 2.22387279e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.03714306e-05, 3.07219942e-04, 9.86298689e-04, 2.22387279e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.03714306e-05, 3.07219942e-04, 9.86298689e-04, 2.22387279e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04243857e-05, 3.08063785e-04, 9.90544656e-04, 2.23718577e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04243857e-05, 3.08063785e-04, 9.90544656e-04, 2.23718577e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04243857e-05, 3.08063785e-04, 9.90544656e-04, 2.23718577e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04137999e-05, 3.07895178e-04, 9.89696650e-04, 2.23452800e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04137999e-05, 3.07895178e-04, 9.89696650e-04, 2.23452800e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([4.04137999e-05, 3.07895178e-04, 9.89696650e-04, 2.23452800e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00016229e-06, 5.38114086e-05, 2.11582158e-04, 5.50870984e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00016229e-06, 5.38114086e-05, 2.11582158e-04, 5.50870984e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00016229e-06, 5.38114086e-05, 2.11582158e-04, 5.50870984e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00672098e-06, 5.39592127e-05, 2.12493009e-04, 5.54168716e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00672098e-06, 5.39592127e-05, 2.12493009e-04, 5.54168716e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00672098e-06, 5.39592127e-05, 2.12493009e-04, 5.54168716e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00540988e-06, 5.39296802e-05, 2.12311094e-04, 5.53510364e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00540988e-06, 5.39296802e-05, 2.12311094e-04, 5.53510364e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.00540988e-06, 5.39296802e-05, 2.12311094e-04, 5.53510364e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.76734724e-07, 8.77771263e-06, 4.22699438e-05, 1.27078445e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.76734724e-07, 8.77771263e-06, 4.22699438e-05, 1.27078445e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.76734724e-07, 8.77771263e-06, 4.22699438e-05, 1.27078445e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77491224e-07, 8.80182242e-06, 4.24519138e-05, 1.27839187e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77491224e-07, 8.80182242e-06, 4.24519138e-05, 1.27839187e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77491224e-07, 8.80182242e-06, 4.24519138e-05, 1.27839187e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77339998e-07, 8.79700508e-06, 4.24155707e-05, 1.27687314e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77339998e-07, 8.79700508e-06, 4.24155707e-05, 1.27687314e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.77339998e-07, 8.79700508e-06, 4.24155707e-05, 1.27687314e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00993159, -0.02603563, -0.04430047, -0.06312516, -0.08158651, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00993159, -0.02603563, -0.04430047, -0.06312516, -0.08158651, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00993159, -0.02603563, -0.04430047, -0.06312516, -0.08158651, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994462, -0.02610714, -0.04449118, -0.06350306, -0.08222216, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994462, -0.02610714, -0.04449118, -0.06350306, -0.08222216, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994462, -0.02610714, -0.04449118, -0.06350306, -0.08222216, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994201, -0.02609285, -0.0444531 , -0.06342762, -0.08209531, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994201, -0.02609285, -0.0444531 , -0.06342762, -0.08209531, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00994201, -0.02609285, -0.0444531 , -0.06342762, -0.08209531, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85456260e-03, -6.91244869e-03, -1.44862620e-02, -2.39761285e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85456260e-03, -6.91244869e-03, -1.44862620e-02, -2.39761285e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85456260e-03, -6.91244869e-03, -1.44862620e-02, -2.39761285e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85699522e-03, -6.93143516e-03, -1.45486246e-02, -2.41196591e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85699522e-03, -6.93143516e-03, -1.45486246e-02, -2.41196591e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85699522e-03, -6.93143516e-03, -1.45486246e-02, -2.41196591e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85650893e-03, -6.92764150e-03, -1.45361696e-02, -2.40910050e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85650893e-03, -6.92764150e-03, -1.45361696e-02, -2.40910050e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-1.85650893e-03, -6.92764150e-03, -1.45361696e-02, -2.40910050e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00494285e-04, -1.58954367e-03, -4.09480052e-03, -7.85557607e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00494285e-04, -1.58954367e-03, -4.09480052e-03, -7.85557607e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00494285e-04, -1.58954367e-03, -4.09480052e-03, -7.85557607e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00888442e-04, -1.59390968e-03, -4.11242843e-03, -7.90260266e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00888442e-04, -1.59390968e-03, -4.11242843e-03, -7.90260266e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00888442e-04, -1.59390968e-03, -4.11242843e-03, -7.90260266e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00809650e-04, -1.59303731e-03, -4.10890778e-03, -7.89321438e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00809650e-04, -1.59303731e-03, -4.10890778e-03, -7.89321438e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-3.00809650e-04, -1.59303731e-03, -4.10890778e-03, -7.89321438e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35254487e-05, -3.26421188e-04, -1.03253144e-03, -2.29336882e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35254487e-05, -3.26421188e-04, -1.03253144e-03, -2.29336882e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35254487e-05, -3.26421188e-04, -1.03253144e-03, -2.29336882e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35825408e-05, -3.27317771e-04, -1.03697644e-03, -2.30709783e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35825408e-05, -3.27317771e-04, -1.03697644e-03, -2.30709783e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35825408e-05, -3.27317771e-04, -1.03697644e-03, -2.30709783e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35711280e-05, -3.27138626e-04, -1.03608868e-03, -2.30435700e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35711280e-05, -3.27138626e-04, -1.03608868e-03, -2.30435700e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-4.35711280e-05, -3.27138626e-04, -1.03608868e-03, -2.30435700e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.74795364e-06, -6.10760622e-05, -2.37067399e-04, -6.09207940e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.74795364e-06, -6.10760622e-05, -2.37067399e-04, -6.09207940e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.74795364e-06, -6.10760622e-05, -2.37067399e-04, -6.09207940e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75549321e-06, -6.12438202e-05, -2.38087962e-04, -6.12854900e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75549321e-06, -6.12438202e-05, -2.38087962e-04, -6.12854900e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75549321e-06, -6.12438202e-05, -2.38087962e-04, -6.12854900e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75398603e-06, -6.12103008e-05, -2.37884135e-04, -6.12126829e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75398603e-06, -6.12103008e-05, -2.37884135e-04, -6.12126829e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-5.75398603e-06, -6.12103008e-05, -2.37884135e-04, -6.12126829e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03569261, 0.06258633, 0.08188827, 0.09467904, 0.10192415, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03569261, 0.06258633, 0.08188827, 0.09467904, 0.10192415, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03569261, 0.06258633, 0.08188827, 0.09467904, 0.10192415, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573943, 0.06275824, 0.08224079, 0.09524583, 0.10271824, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573943, 0.06275824, 0.08224079, 0.09524583, 0.10271824, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573943, 0.06275824, 0.08224079, 0.09524583, 0.10271824, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573007, 0.06272389, 0.08217038, 0.09513268, 0.10255977, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573007, 0.06272389, 0.08217038, 0.09513268, 0.10255977, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03573007, 0.06272389, 0.08217038, 0.09513268, 0.10255977, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.02915297e-03, 2.29182051e-02, 3.76928184e-02, 5.18152395e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.02915297e-03, 2.29182051e-02, 3.76928184e-02, 5.18152395e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.02915297e-03, 2.29182051e-02, 3.76928184e-02, 5.18152395e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.04099647e-03, 2.29811547e-02, 3.78550841e-02, 5.21254260e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.04099647e-03, 2.29811547e-02, 3.78550841e-02, 5.21254260e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.04099647e-03, 2.29811547e-02, 3.78550841e-02, 5.21254260e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.03862893e-03, 2.29685768e-02, 3.78226764e-02, 5.20635011e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.03862893e-03, 2.29685768e-02, 3.78226764e-02, 5.20635011e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 9.03862893e-03, 2.29685768e-02, 3.78226764e-02, 5.20635011e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84470729e-03, 6.70847253e-03, 1.37038574e-02, 2.20858777e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84470729e-03, 6.70847253e-03, 1.37038574e-02, 2.20858777e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84470729e-03, 6.70847253e-03, 1.37038574e-02, 2.20858777e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84712698e-03, 6.72689873e-03, 1.37628518e-02, 2.22180925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84712698e-03, 6.72689873e-03, 1.37628518e-02, 2.22180925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84712698e-03, 6.72689873e-03, 1.37628518e-02, 2.22180925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84664328e-03, 6.72321702e-03, 1.37510695e-02, 2.21916974e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84664328e-03, 6.72321702e-03, 1.37510695e-02, 2.21916974e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 1.84664328e-03, 6.72321702e-03, 1.37510695e-02, 2.21916974e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032238, 0.00167176, 0.0042194 , 0.00792572, 0.01265684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032238, 0.00167176, 0.0042194 , 0.00792572, 0.01265684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032238, 0.00167176, 0.0042194 , 0.00792572, 0.01265684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0003228 , 0.00167635, 0.00423756, 0.00797316, 0.01275545, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0003228 , 0.00167635, 0.00423756, 0.00797316, 0.01275545, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0003228 , 0.00167635, 0.00423756, 0.00797316, 0.01275545, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032272, 0.00167544, 0.00423393, 0.00796369, 0.01273577, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032272, 0.00167544, 0.00423393, 0.00796369, 0.01273577, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00032272, 0.00167544, 0.00423393, 0.00796369, 0.01273577, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.98512479e-05, 3.67694704e-04, 1.14344574e-03, 2.49578508e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.98512479e-05, 3.67694704e-04, 1.14344574e-03, 2.49578508e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.98512479e-05, 3.67694704e-04, 1.14344574e-03, 2.49578508e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99166376e-05, 3.68704653e-04, 1.14836821e-03, 2.51072584e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99166376e-05, 3.68704653e-04, 1.14836821e-03, 2.51072584e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99166376e-05, 3.68704653e-04, 1.14836821e-03, 2.51072584e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99035660e-05, 3.68502857e-04, 1.14738510e-03, 2.50774310e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99035660e-05, 3.68502857e-04, 1.14738510e-03, 2.50774310e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 4.99035660e-05, 3.68502857e-04, 1.14738510e-03, 2.50774310e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07842109, -0.08173992, -0.0693821 , -0.04978689, -0.02689729, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07842109, -0.08173992, -0.0693821 , -0.04978689, -0.02689729, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07842109, -0.08173992, -0.0693821 , -0.04978689, -0.02689729, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07852395, -0.08196443, -0.06968079, -0.05008493, -0.02710684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07852395, -0.08196443, -0.06968079, -0.05008493, -0.02710684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07852395, -0.08196443, -0.06968079, -0.05008493, -0.02710684, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07850339, -0.08191957, -0.06962113, -0.05002543, -0.02706502, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07850339, -0.08191957, -0.06962113, -0.05002543, -0.02706502, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.07850339, -0.08191957, -0.06962113, -0.05002543, -0.02706502, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03173241, -0.05238549, -0.06392288, -0.06805609, -0.06627124, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03173241, -0.05238549, -0.06392288, -0.06805609, -0.06627124, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03173241, -0.05238549, -0.06392288, -0.06805609, -0.06627124, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03177403, -0.05252938, -0.06419807, -0.0684635 , -0.06678757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03177403, -0.05252938, -0.06419807, -0.0684635 , -0.06678757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03177403, -0.05252938, -0.06419807, -0.0684635 , -0.06678757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03176571, -0.05250063, -0.06414311, -0.06838217, -0.06668453, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03176571, -0.05250063, -0.06414311, -0.06838217, -0.06668453, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03176571, -0.05250063, -0.06414311, -0.06838217, -0.06668453, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00886865, -0.02164145, -0.03409575, -0.0447055 , -0.05277433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00886865, -0.02164145, -0.03409575, -0.0447055 , -0.05277433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00886865, -0.02164145, -0.03409575, -0.0447055 , -0.05277433, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00888028, -0.02170089, -0.03424253, -0.04497313, -0.0531855 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00888028, -0.02170089, -0.03424253, -0.04497313, -0.0531855 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00888028, -0.02170089, -0.03424253, -0.04497313, -0.0531855 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00887795, -0.02168902, -0.03421321, -0.0449197 , -0.05310344, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00887795, -0.02168902, -0.03421321, -0.0449197 , -0.05310344, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00887795, -0.02168902, -0.03421321, -0.0449197 , -0.05310344, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196312, -0.00693523, -0.01373795, -0.02142666, -0.02925696, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196312, -0.00693523, -0.01373795, -0.02142666, -0.02925696, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196312, -0.00693523, -0.01373795, -0.02142666, -0.02925696, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.0019657 , -0.00695427, -0.01379709, -0.02155493, -0.0294849 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.0019657 , -0.00695427, -0.01379709, -0.02155493, -0.0294849 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.0019657 , -0.00695427, -0.01379709, -0.02155493, -0.0294849 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196518, -0.00695047, -0.01378528, -0.02152933, -0.02943941, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196518, -0.00695047, -0.01378528, -0.02152933, -0.02943941, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00196518, -0.00695047, -0.01378528, -0.02152933, -0.02943941, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036716, -0.00186106, -0.0045865 , -0.00840273, -0.01307102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036716, -0.00186106, -0.0045865 , -0.00840273, -0.01307102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036716, -0.00186106, -0.0045865 , -0.00840273, -0.01307102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036765, -0.00186617, -0.00460625, -0.00845303, -0.01317286, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036765, -0.00186617, -0.00460625, -0.00845303, -0.01317286, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036765, -0.00186617, -0.00460625, -0.00845303, -0.01317286, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036755, -0.00186515, -0.0046023 , -0.00844299, -0.01315254, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036755, -0.00186515, -0.0046023 , -0.00844299, -0.01315254, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.00036755, -0.00186515, -0.0046023 , -0.00844299, -0.01315254, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04299147, -0.0236105 , -0.07363532, -0.10959265, -0.13369847, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04299147, -0.0236105 , -0.07363532, -0.10959265, -0.13369847, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04299147, -0.0236105 , -0.07363532, -0.10959265, -0.13369847, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04304786, -0.02367535, -0.07395231, -0.11024872, -0.13474012, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04304786, -0.02367535, -0.07395231, -0.11024872, -0.13474012, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04304786, -0.02367535, -0.07395231, -0.11024872, -0.13474012, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04303659, -0.0236624 , -0.073889 , -0.11011774, -0.13453225, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04303659, -0.0236624 , -0.073889 , -0.11011774, -0.13453225, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.04303659, -0.0236624 , -0.073889 , -0.11011774, -0.13453225, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06520541, 0.05634231, 0.03308096, 0.0047638 , -0.02425973, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06520541, 0.05634231, 0.03308096, 0.0047638 , -0.02425973, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06520541, 0.05634231, 0.03308096, 0.0047638 , -0.02425973, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06529094, 0.05649707, 0.03322337, 0.00479232, -0.02444874, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06529094, 0.05649707, 0.03322337, 0.00479232, -0.02444874, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06529094, 0.05649707, 0.03322337, 0.00479232, -0.02444874, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06527385, 0.05646615, 0.03319493, 0.00478663, -0.02441102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06527385, 0.05646615, 0.03319493, 0.00478663, -0.02441102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.06527385, 0.05646615, 0.03319493, 0.00478663, -0.02441102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03032275, 0.04629526, 0.05111795, 0.04749635, 0.03770244, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03032275, 0.04629526, 0.05111795, 0.04749635, 0.03770244, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03032275, 0.04629526, 0.05111795, 0.04749635, 0.03770244, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03036252, 0.04642242, 0.05133801, 0.04778068, 0.03799619, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03036252, 0.04642242, 0.05133801, 0.04778068, 0.03799619, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03036252, 0.04642242, 0.05133801, 0.04778068, 0.03799619, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03035457, 0.04639701, 0.05129406, 0.04772391, 0.03793757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03035457, 0.04639701, 0.05129406, 0.04772391, 0.03793757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.03035457, 0.04639701, 0.05129406, 0.04772391, 0.03793757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0092985 , 0.0216348 , 0.03227574, 0.03970616, 0.04342549, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0092985 , 0.0216348 , 0.03227574, 0.03970616, 0.04342549, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.0092985 , 0.0216348 , 0.03227574, 0.03970616, 0.04342549, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00931069, 0.02169422, 0.03241468, 0.03994386, 0.04376382, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00931069, 0.02169422, 0.03241468, 0.03994386, 0.04376382, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00931069, 0.02169422, 0.03241468, 0.03994386, 0.04376382, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00930826, 0.02168235, 0.03238693, 0.03989641, 0.04369631, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00930826, 0.02168235, 0.03238693, 0.03989641, 0.04369631, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00930826, 0.02168235, 0.03238693, 0.03989641, 0.04369631, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221516, 0.00756573, 0.01444426, 0.02163111, 0.02822918, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221516, 0.00756573, 0.01444426, 0.02163111, 0.02822918, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221516, 0.00756573, 0.01444426, 0.02163111, 0.02822918, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221806, 0.00758651, 0.01450644, 0.0217606 , 0.02844911, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221806, 0.00758651, 0.01450644, 0.0217606 , 0.02844911, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221806, 0.00758651, 0.01450644, 0.0217606 , 0.02844911, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221748, 0.00758236, 0.01449403, 0.02173475, 0.02840522, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221748, 0.00758236, 0.01449403, 0.02173475, 0.02840522, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.00221748, 0.00758236, 0.01449403, 0.02173475, 0.02840522, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19127077, 0.20649124, 0.1861628 , 0.14979947, 0.10635663, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19127077, 0.20649124, 0.1861628 , 0.14979947, 0.10635663, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19127077, 0.20649124, 0.1861628 , 0.14979947, 0.10635663, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19152166, 0.20705841, 0.18696422, 0.15069623, 0.10718526, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19152166, 0.20705841, 0.18696422, 0.15069623, 0.10718526, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19152166, 0.20705841, 0.18696422, 0.15069623, 0.10718526, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19147151, 0.20694508, 0.18680416, 0.1505172 , 0.1070199 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19147151, 0.20694508, 0.18680416, 0.1505172 , 0.1070199 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([ 0.19147151, 0.20694508, 0.18680416, 0.1505172 , 0.1070199 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01187693, 0.06553666, 0.11695619, 0.14727094, 0.16068835, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01187693, 0.06553666, 0.11695619, 0.14727094, 0.16068835, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01187693, 0.06553666, 0.11695619, 0.14727094, 0.16068835, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01189251, 0.06571667, 0.11745968, 0.14815256, 0.16194029, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01189251, 0.06571667, 0.11745968, 0.14815256, 0.16194029, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01189251, 0.06571667, 0.11745968, 0.14815256, 0.16194029, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01188939, 0.0656807 , 0.11735912, 0.14797655, 0.16169045, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01188939, 0.0656807 , 0.11735912, 0.14797655, 0.16169045, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01188939, 0.0656807 , 0.11735912, 0.14797655, 0.16169045, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05694632, -0.03535278, -0.00082019, 0.035592 , 0.0689436 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05694632, -0.03535278, -0.00082019, 0.035592 , 0.0689436 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05694632, -0.03535278, -0.00082019, 0.035592 , 0.0689436 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05702101, -0.03544989, -0.00082372, 0.03580506, 0.06948075, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05702101, -0.03544989, -0.00082372, 0.03580506, 0.06948075, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05702101, -0.03544989, -0.00082372, 0.03580506, 0.06948075, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05700608, -0.03543049, -0.00082302, 0.03576253, 0.06937355, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05700608, -0.03543049, -0.00082302, 0.03576253, 0.06937355, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.05700608, -0.03543049, -0.00082302, 0.03576253, 0.06937355, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03074267, -0.04236043, -0.04011185, -0.0282901 , -0.01036139, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03074267, -0.04236043, -0.04011185, -0.0282901 , -0.01036139, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03074267, -0.04236043, -0.04011185, -0.0282901 , -0.01036139, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.030783 , -0.04247678, -0.04028453, -0.02845946, -0.01044211, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.030783 , -0.04247678, -0.04028453, -0.02845946, -0.01044211, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.030783 , -0.04247678, -0.04028453, -0.02845946, -0.01044211, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03077494, -0.04245353, -0.04025004, -0.02842565, -0.010426 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03077494, -0.04245353, -0.04025004, -0.02842565, -0.010426 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.03077494, -0.04245353, -0.04025004, -0.02842565, -0.010426 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01031122, -0.02265056, -0.03149627, -0.03541497, -0.03426725, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01031122, -0.02265056, -0.03149627, -0.03541497, -0.03426725, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01031122, -0.02265056, -0.03149627, -0.03541497, -0.03426725, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032475, -0.02271278, -0.03163186, -0.03562698, -0.03453423, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032475, -0.02271278, -0.03163186, -0.03562698, -0.03453423, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032475, -0.02271278, -0.03163186, -0.03562698, -0.03453423, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032205, -0.02270034, -0.03160478, -0.03558466, -0.03448095, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032205, -0.02270034, -0.03160478, -0.03558466, -0.03448095, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([-0.01032205, -0.02270034, -0.03160478, -0.03558466, -0.03448095, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.95744243, 5.89522702, 5.8301094 , 5.76754537, 5.71007386, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.95744243, 5.89522702, 5.8301094 , 5.76754537, 5.71007386, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.96920575, 5.91510373, 5.85838778, 5.80473341, 5.75674277, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.96920575, 5.91510373, 5.85838778, 5.80473341, 5.75674277, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.96685888, 5.91113835, 5.85274717, 5.79731718, 5.74743797, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.96685888, 5.91113835, 5.85274717, 5.79731718, 5.74743797, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99180682, 5.97096721, 5.94147809, 5.90628073, 5.86765025, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99180682, 5.97096721, 5.94147809, 5.90628073, 5.86765025, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99966625, 5.9873677 , 5.96705586, 5.94163806, 5.91336543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99966625, 5.9873677 , 5.96705586, 5.94163806, 5.91336543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99809513, 5.98409074, 5.96194746, 5.9345794 , 5.90424244, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99809513, 5.98409074, 5.96194746, 5.9345794 , 5.90424244, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99864515, 5.99313022, 5.98287097, 5.96803698, 5.94910187, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99864515, 5.99313022, 5.98287097, 5.96803698, 5.94910187, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.01046251, 6.01327585, 6.01180698, 6.00642523, 5.99763305, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.01046251, 6.01327585, 6.01180698, 6.00642523, 5.99763305, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00810483, 6.00925674, 6.00603503, 5.99876939, 5.98795661, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00810483, 6.00925674, 6.00603503, 5.99876939, 5.98795661, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99980087, 5.99856006, 5.99557139, 5.9903956 , 5.98279566, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99980087, 5.99856006, 5.99557139, 5.9903956 , 5.98279566, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00767078, 6.01503634, 6.02138202, 6.02625648, 6.02940794, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00767078, 6.01503634, 6.02138202, 6.02625648, 6.02940794, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00609757, 6.01174424, 6.01622712, 6.01909729, 6.02010592, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00609757, 6.01174424, 6.01622712, 6.01909729, 6.02010592, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99997341, 5.99972639, 5.99896386, 5.9973926 , 5.99475401, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([5.99997341, 5.99972639, 5.99896386, 5.9973926 , 5.99475401, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.01179252, 6.01989013, 6.02796915, 6.03595659, 6.04364087, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.01179252, 6.01989013, 6.02796915, 6.03595659, 6.04364087, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00943449, 6.0158674 , 6.02218336, 6.02826567, 6.03389345, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling4(array([6.00943449, 6.0158674 , 6.02218336, 6.02826567, 6.03389345, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([0.99997993, 0.99984535, 0.99949714, 0.99885152, 0.9978385 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00128416, 1.00256327, 1.00373914, 1.00472809, 1.00545942, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.0012916 , 1.00259163, 1.00379992, 1.00483104, 1.00561272, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00102464, 1.00202476, 1.0029017 , 1.00357149, 1.00396333, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.0010294 , 1.0020429 , 1.00294057, 1.0036373 , 1.00406128, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([0.99999769, 0.99997484, 0.99989996, 0.99973656, 0.99944648, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00206789, 1.00343047, 1.00479136, 1.00616049, 1.00751254, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00196754, 1.00333552, 1.00473449, 1.00616492, 1.00759679, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00163698, 1.00272352, 1.00380395, 1.00487737, 1.00591511, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00157454, 1.00266506, 1.00377013, 1.00488289, 1.00597172, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([0.99999975, 0.99999615, 0.99998129, 0.99994316, 0.99986663, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00130052, 1.00269932, 1.00418873, 1.00575721, 1.00739017, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00131145, 1.00274285, 1.00428616, 1.00592922, 1.00765664, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00104224, 1.00216617, 1.00336403, 1.0046241 , 1.00593155, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00104923, 1.00219404, 1.00342639, 1.00473417, 1.00610206, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([0.99999997, 0.99999944, 0.99999669, 0.99998839, 0.99996957, ... ok >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00211093, 1.00349546, 1.00491442, 1.00641357, 1.00800185, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00196983, 1.00336019, 1.00483163, 1.00641825, 1.00812395, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00166357, 1.00277164, 1.00391493, 1.00512736, 1.00641421, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00157683, 1.00268971, 1.00386719, 1.00513593, 1.00649807, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.50694793, 1.31426643, 1.17385203, 1.06137632, 0.96719901, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.60636579, 0.5776196 , 0.55030259, 0.52434042, 0.49966278, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.07649706, 0.10305451, 0.12024645, 0.13229804, 0.14095227, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.0868555 , -0.07354481, -0.06130836, -0.05007082, -0.0397619 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-3.53071679e-02, -4.59245749e-02, -5.16721037e-02, -5.47453044e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.03701621, 0.02692155, 0.01798173, 0.01009409, 0.00316415, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.02714708, 0.03403963, 0.03682467, 0.03739882, 0.03659622, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([2.00020201, 1.99611003, 1.98815055, 1.9767168 , 1.96217115, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.01201613, 0.03237553, 0.0566648 , 0.08312531, 0.11070365, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-4.39615194e-02, -8.08667435e-02, -1.11436274e-01, -1.36328508e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 1.01549849e-01, 1.19543226e-01, 1.19945829e-01, 1.11130350e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.0824886 , -0.02463751, 0.02292495, 0.06142021, 0.0919494 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.1603402 , -0.18743787, -0.18703866, -0.17274249, -0.1507234 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.12719562, 0.03438935, -0.03943749, -0.09687139, -0.14021146, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([2.0025832 , 2.00518326, 2.00759985, 2.00966208, 2.01122543, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([3.00403259e-04, 1.61877638e-03, 4.24986018e-03, 8.31253073e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-1.85699522e-03, -6.93143516e-03, -1.45486246e-02, -2.41196591e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 9.04099647e-03, 2.29811547e-02, 3.78550841e-02, 5.21254260e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.03177403, -0.05252938, -0.06419807, -0.0684635 , -0.06678757, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.06529094, 0.05649707, 0.03322337, 0.00479232, -0.02444874, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.01189251, 0.06571667, 0.11745968, 0.14815256, 0.16194029, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.50629207, 1.31330446, 1.17263868, 1.059942 , 0.96556569, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.606207 , 0.57730346, 0.54983147, 0.5237175 , 0.49889191, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.07647703, 0.1029981 , 0.1201435 , 0.13214087, 0.14073481, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.08683276, -0.07350456, -0.06125588, -0.05001134, -0.03970056, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-3.52979221e-02, -4.58994399e-02, -5.16278672e-02, -5.46802671e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.03700652, 0.02690681, 0.01796634, 0.0100821 , 0.00315927, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.02713997, 0.034021 , 0.03679314, 0.03735439, 0.03653976, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.99967822, 1.99501753, 1.98644849, 1.97436846, 1.95914397, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.01201298, 0.03235781, 0.05661629, 0.08302655, 0.11053286, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-4.39500073e-02, -8.08224842e-02, -1.11340873e-01, -1.36166550e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 1.01523257e-01, 1.19477799e-01, 1.19843144e-01, 1.10998327e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.082467 , -0.02462403, 0.02290532, 0.06134724, 0.09180754, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.16029821, -0.18733529, -0.18687854, -0.17253727, -0.15049087, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.12716231, 0.03437053, -0.03940373, -0.09675631, -0.13999515, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([2.00205879, 2.0040858 , 2.00588114, 2.0072746 , 2.00812257, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([3.00324593e-04, 1.61789041e-03, 4.24622188e-03, 8.30265546e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-1.85650893e-03, -6.92764150e-03, -1.45361696e-02, -2.40910050e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 9.03862893e-03, 2.29685768e-02, 3.78226764e-02, 5.20635011e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.03176571, -0.05250063, -0.06414311, -0.06838217, -0.06668453, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.06527385, 0.05646615, 0.03319493, 0.00478663, -0.02441102, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.01188939, 0.0656807 , 0.11735912, 0.14797655, 0.16169045, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.50365927, 1.30944169, 1.16776484, 1.05417851, 0.95900024, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.60557146, 0.57603739, 0.54794372, 0.52122019, 0.49579998, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.07639685, 0.10277222, 0.11973101, 0.13151076, 0.13986259, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.08674172, -0.07334336, -0.06104557, -0.04977286, -0.03945451, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-3.52609163e-02, -4.57987792e-02, -5.14506114e-02, -5.44195276e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.03696772, 0.0268478 , 0.01790465, 0.01003402, 0.00313969, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 2.71115198e-02, 3.39463897e-02, 3.66668167e-02, 3.71762642e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.99758179, 1.99064232, 1.97962835, 1.96495381, 1.94700196, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([0.01200039, 0.03228685, 0.05642191, 0.08263065, 0.10984782, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-4.39039308e-02, -8.06452348e-02, -1.10958602e-01, -1.35517248e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 1.01416821e-01, 1.19215775e-01, 1.19431682e-01, 1.10469039e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-8.23805411e-02, -2.45700251e-02, 2.28266812e-02, 6.10547100e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.16013016, -0.18692445, -0.18623692, -0.17171454, -0.14955818, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.127029 , 0.03429515, -0.03926844, -0.09629493, -0.13912751, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([1.99995987, 1.99969069, 1.99899428, 1.99770304, 1.99567701, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([3.00009737e-04, 1.61434226e-03, 4.23164317e-03, 8.26306476e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-1.85456260e-03, -6.91244869e-03, -1.44862620e-02, -2.39761285e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 9.02915297e-03, 2.29182051e-02, 3.76928184e-02, 5.18152395e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.03173241, -0.05238549, -0.06392288, -0.06805609, -0.06627124, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([ 0.06520541, 0.05634231, 0.03308096, 0.0047638 , -0.02425973, ... ok >nipy.algorithms.statistics.tests.test_rft.test_roy1(array([-0.01187693, 0.06553666, 0.11695619, 0.14727094, 0.16068835, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.07579447, 0.08120563, 0.0777722 , 0.07114159, 0.06333572, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-7.08542186e-02, -4.10139338e-02, -2.28567793e-02, -1.10186655e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.07674236, -0.06489399, -0.05369518, -0.04378518, -0.03523807, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.42653657e-02, -2.43972735e-02, -2.84922886e-02, -2.95224624e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.99182623e-02, 1.93696792e-02, 1.06611865e-02, 3.79931957e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.74140228e-02, 2.24968024e-02, 2.27034433e-02, 2.07121501e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.01881291, -0.007413 , 0.00099475, 0.00680919, 0.01053312, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.02840816, 0.03953027, 0.04285048, 0.04186843, 0.03850254, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.03874764, -0.03125674, -0.02167484, -0.01326868, -0.00668343, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 7.11757070e-03, -1.10694042e-02, -1.74975718e-02, -1.85071910e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.86875236e-02, 3.07242647e-02, 1.66545619e-02, 6.74639792e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.34039523e-02, 3.20534038e-02, 3.05848270e-02, 2.55043214e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.19370901e-02, -9.70041429e-03, 4.61702549e-03, 1.25814245e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.57271217e-02, -3.76775072e-02, -2.93632585e-02, -1.89835665e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.20042198e-02, 2.24372047e-02, 2.80485896e-02, 2.97611504e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.99806216e-02, -2.15179832e-02, -1.72825087e-02, -1.15755196e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.63421675e-02, 3.68185422e-03, -4.68282659e-03, -8.63679266e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.01402732, 0.02056466, 0.01667732, 0.0105522 , 0.00504237, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.92506942e-02, -5.00317007e-03, 7.75379873e-03, 1.24255875e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.68427614e-02, -3.52545653e-02, -2.25811981e-02, -1.02902049e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.39104867e-02, -1.26769116e-02, -2.62410167e-02, -2.66857258e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 6.22518381e-03, 1.44653593e-02, 2.05155010e-02, 2.35509307e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.03125991e-02, -1.46793013e-02, -1.34537124e-02, -9.59847951e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.28235977e-02, 7.33490518e-03, 4.92474879e-04, -4.00531714e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.80890990e-03, 9.86659749e-03, 1.20021617e-02, 9.38388657e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.07973368e-02, -1.39484925e-02, -2.82782062e-03, 4.31705509e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 9.57175700e-03, -1.58069851e-02, -1.91724284e-02, -1.35880759e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.89517143e-02, 2.52688178e-02, 7.77438283e-04, -1.18157382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 3.21220405e-03, 1.00331543e-02, 1.62568609e-02, 2.02161815e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.38577321e-03, -1.00858248e-02, -1.04793828e-02, -7.86591353e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 8.42121785e-03, 7.42590006e-03, 2.58260636e-03, -1.65598684e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.93734379e-03, 3.35258152e-03, 7.87258428e-03, 7.52290430e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-7.96175056e-03, -1.25736792e-02, -6.39498428e-03, 2.13508842e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.88726083e-02, -7.93355808e-04, -1.13219503e-02, -1.14649975e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.24569657e-02, 2.65177566e-02, 1.26429109e-02, -1.34983658e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.33274929e-03, 7.64413188e-03, 1.36440163e-02, 1.81853128e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.85384939e-03, -7.00924727e-03, -8.22121606e-03, -6.43365223e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 5.19237902e-03, 6.44472235e-03, 3.30995974e-03, -4.30902450e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.72598377e-03, -7.42652192e-05, 4.88817707e-03, 5.85352397e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-7.06505535e-04, -8.91022078e-03, -6.91035838e-03, -1.70267084e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.33916655e-02, 5.95936801e-03, -5.12106422e-03, -8.51999274e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-9.01829771e-03, 1.63706846e-02, 1.46447935e-02, 3.87822579e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.57524578e-03, 6.29281363e-03, 1.22366769e-02, 1.72883756e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.53513570e-03, -4.93249939e-03, -6.50850142e-03, -5.26505575e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 3.11895648e-03, 5.26636640e-03, 3.41674867e-03, 1.99252284e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-4.39879162e-03, -1.67587064e-03, 2.86093251e-03, 4.52503424e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.17598403e-03, -5.53623926e-03, -6.25450875e-03, -2.48973165e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 6.59534274e-03, 7.69091739e-03, -1.15772684e-03, -5.97858625e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.33364970e-02, 6.76040328e-03, 1.26336305e-02, 5.92952292e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.52624700e-03, 5.47169169e-03, 1.12692191e-02, 1.67719486e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-8.38123177e-04, -3.51498296e-03, -5.20158582e-03, -4.31026581e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.85430762e-03, 4.18712387e-03, 3.24638813e-03, 5.00229429e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.07911835e-03, -2.28312988e-03, 1.52203339e-03, 3.51050193e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.80984268e-03, -3.03313314e-03, -5.25140112e-03, -2.70668527e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.04439421e-03, 7.11179074e-03, 1.10667278e-03, -4.04996878e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.04092179e-02, 4.65382328e-04, 9.57835237e-03, 6.34274817e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.07593594, 0.08136515, 0.07791148, 0.07123741, 0.06337401, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.07081853, -0.04095533, -0.0227897 , -0.01095669, -0.00313916, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-7.67344878e-02, -6.48721593e-02, -5.36589988e-02, -4.37375241e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.42692636e-02, -2.43988823e-02, -2.84860453e-02, -2.95045052e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.99149026e-02, 1.93618367e-02, 1.06511247e-02, 3.79078078e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.74151207e-02, 2.24947106e-02, 2.26952720e-02, 2.06970038e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.88105385e-02, -7.40855679e-03, 9.98122147e-04, 6.80767992e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.82461086e-02, 3.93941822e-02, 4.27403403e-02, 4.17619210e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.03892197, -0.03151363, -0.02196502, -0.01356998, -0.0069897 , ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.00703792, -0.01123812, -0.0177302 , -0.01877811, -0.01719984, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.87166224e-02, 3.07257109e-02, 1.66092798e-02, 6.65515404e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.34524413e-02, 3.21380211e-02, 3.06758811e-02, 2.55804034e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.19458007e-02, -9.67221820e-03, 4.68617288e-03, 1.26784665e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.57716947e-02, -3.77410880e-02, -2.94118022e-02, -1.89999306e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.18499003e-02, 2.21561177e-02, 2.77126257e-02, 2.93952960e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.00706119e-02, -2.17895619e-02, -1.76914586e-02, -1.20696717e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.64743787e-02, 3.75936651e-03, -4.72642165e-03, -8.80402701e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.41714898e-02, 2.08296571e-02, 1.69641871e-02, 1.07922545e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.92943790e-02, -4.91772238e-03, 7.97998291e-03, 1.27437491e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.69949109e-02, -3.54636879e-02, -2.27197195e-02, -1.03023718e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.39086117e-02, -1.28637778e-02, -2.65620384e-02, -2.70369095e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 5.94881376e-03, 1.39977204e-02, 1.99331940e-02, 2.29071362e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.03169604e-02, -1.48726275e-02, -1.38642828e-02, -1.01821879e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.29522403e-02, 7.54501343e-03, 6.33928487e-04, -4.00957505e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.87419325e-03, 1.00042693e-02, 1.23149334e-02, 9.76214635e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.10319455e-02, -1.42245904e-02, -2.93183680e-03, 4.43526819e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 9.55918520e-03, -1.61467952e-02, -1.96769665e-02, -1.40460579e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.92895336e-02, 2.55041261e-02, 6.36594083e-04, -1.22856382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.99937921e-03, 9.47444035e-03, 1.54492149e-02, 1.92619834e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.34733333e-03, -1.01917375e-02, -1.08430877e-02, -8.48308445e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 8.48111182e-03, 7.65621462e-03, 2.83853435e-03, -1.51803443e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-6.08065486e-03, 3.30922959e-03, 8.07254498e-03, 7.90490677e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-8.01460243e-03, -1.29139059e-02, -6.73866964e-03, 8.18855313e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.91944086e-02, -7.24986353e-04, -1.16856419e-02, -1.20467727e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.26813492e-02, 2.72275913e-02, 1.31685044e-02, -1.33803369e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.06228530e-03, 7.00285235e-03, 1.26605820e-02, 1.69690341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.80342370e-03, -7.04500301e-03, -8.52325893e-03, -7.05574384e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 5.19480909e-03, 6.63802556e-03, 3.61909344e-03, -1.85125385e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.84202820e-03, -2.35138773e-04, 4.94864612e-03, 6.17604779e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-6.01357935e-04, -9.12750055e-03, -7.33256814e-03, -2.01784200e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.36256148e-02, 6.33662538e-03, -5.16876160e-03, -9.00187434e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-9.33640107e-03, 1.68360541e-02, 1.54793627e-02, 4.37105565e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.34902868e-03, 5.58436722e-03, 1.10563352e-02, 1.57646859e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.48795785e-03, -4.91957819e-03, -6.74952927e-03, -5.87916619e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 3.09001668e-03, 5.40402096e-03, 3.73805215e-03, 5.22240795e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-4.45851420e-03, -1.88323446e-03, 2.80123207e-03, 4.76637145e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.32489420e-03, -5.59103449e-03, -6.64561459e-03, -2.91203388e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 6.61758095e-03, 8.14188983e-03, -9.26309136e-04, -6.27416054e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.37813557e-02, 6.74225247e-03, 1.33984411e-02, 6.71039939e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.26350711e-03, 4.72441335e-03, 9.95052343e-03, 1.49904137e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-7.99622037e-04, -3.47172376e-03, -5.38857867e-03, -4.91227357e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.81416560e-03, 4.27031204e-03, 3.55575211e-03, 8.77166860e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.09154670e-03, -2.48813126e-03, 1.37395635e-03, 3.66950691e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.93146845e-03, -2.95737960e-03, -5.55774398e-03, -3.17734328e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.92763464e-03, 7.47884697e-03, 1.51571341e-03, -4.15138030e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.06720998e-02, 7.85483607e-05, 1.00794868e-02, 7.22790499e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 0.07650389, 0.08200495, 0.0784679 , 0.07161539, 0.06351527, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.07067575, -0.04072104, -0.02252234, -0.01071163, -0.00296463, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.07670295, -0.06478457, -0.05351373, -0.04354616, -0.03496565, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-0.01428485, -0.02440516, -0.02846048, -0.02943133, -0.02864721, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.99014447e-02, 1.93303978e-02, 1.06108355e-02, 3.75682694e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.74195013e-02, 2.24862187e-02, 2.26621881e-02, 2.06356260e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.88010267e-02, -7.39077653e-03, 1.01151119e-03, 6.80116781e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.75955311e-02, 3.88508101e-02, 4.23047942e-02, 4.13421328e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.96213342e-02, -3.25453804e-02, -2.31300818e-02, -1.47781143e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 6.71806012e-03, -1.19173339e-02, -1.86675554e-02, -1.98690700e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.88334498e-02, 3.07313044e-02, 1.64261561e-02, 6.28654677e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.36472326e-02, 3.24788966e-02, 3.10430311e-02, 2.58867190e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.19807798e-02, -9.55851461e-03, 4.96538218e-03, 1.30701038e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.59507882e-02, -3.79973175e-02, -2.96075984e-02, -1.90655700e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.12242117e-02, 2.10078456e-02, 2.63354044e-02, 2.78939119e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.04381168e-02, -2.29055627e-02, -1.93811100e-02, -1.41179799e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.70063669e-02, 4.06755834e-03, -4.91835401e-03, -9.50969351e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.47540869e-02, 2.19073120e-02, 1.81344500e-02, 1.17703668e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.94697707e-02, -4.56701363e-03, 8.90982005e-03, 1.40543806e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.76092874e-02, -3.63131237e-02, -2.32824684e-02, -1.03456242e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.39002019e-02, -1.36260797e-02, -2.78774534e-02, -2.84792225e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.82319477e-03, 1.20588544e-02, 1.74855984e-02, 2.01764503e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.03284957e-02, -1.56599155e-02, -1.55677911e-02, -1.26308798e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.34826842e-02, 8.43045257e-03, 1.25078728e-03, -3.99703502e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.13622284e-03, 1.05871821e-02, 1.36482077e-02, 1.13929696e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.19879990e-02, -1.53619525e-02, -3.35449583e-03, 4.95627456e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 9.50401824e-03, -1.75592341e-02, -2.17944334e-02, -1.59813810e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 5.06628911e-02, 2.64654676e-02, 2.81075629e-05, -1.42922750e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.13860679e-03, 7.15946950e-03, 1.20366256e-02, 1.51710313e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-5.17830479e-03, -1.05917324e-02, -1.23183317e-02, -1.10525550e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 8.72404461e-03, 8.63847592e-03, 3.98559242e-03, -8.24335187e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-6.68063289e-03, 3.10545197e-03, 8.91637563e-03, 9.58050244e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-8.23900496e-03, -1.43751135e-02, -8.26448144e-03, -5.52502122e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.05199828e-02, -4.47262996e-04, -1.32834386e-02, -1.46514954e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.36140759e-02, 3.02339278e-02, 1.54358206e-02, -1.29731559e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 9.67615014e-04, 4.34327610e-03, 8.47782030e-03, 1.16899334e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-2.58625972e-03, -7.12776438e-03, -9.68059740e-03, -9.57702671e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 5.19136216e-03, 7.44848297e-03, 5.01213110e-03, 1.04867447e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-6.32792437e-03, -9.74171319e-04, 5.12550980e-03, 7.54542868e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.47166686e-04, -1.00544289e-02, -9.25763378e-03, -3.58634748e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.46148745e-02, 8.02063370e-03, -5.31107476e-03, -1.11754203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.06657432e-02, 1.88764181e-02, 1.92943784e-02, 6.78318677e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 4.44005889e-04, 2.67443888e-03, 6.06616275e-03, 9.15977362e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.28893859e-03, -4.78357313e-03, -7.58011993e-03, -8.25640039e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.95351211e-03, 5.94729992e-03, 5.16520578e-03, 2.14151295e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-4.69650374e-03, -2.83060871e-03, 2.37572945e-03, 5.66991915e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.97044484e-03, -5.75712564e-03, -8.40895721e-03, -5.04922327e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 6.68918095e-03, 1.01879648e-02, 3.29493700e-04, -7.45404772e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.56983713e-02, 6.56428383e-03, 1.69415004e-02, 1.07023509e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 2.05860990e-04, 1.66490161e-03, 4.39068908e-03, 7.26494907e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-6.41547626e-04, -3.20510292e-03, -5.92277359e-03, -7.09706495e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.63442612e-03, 4.54984989e-03, 4.88163934e-03, 2.74502760e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-3.12120063e-03, -3.40311362e-03, 5.01873028e-04, 4.06624748e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 3.44730755e-03, -2.49856683e-03, -6.84553555e-03, -5.54442722e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([ 1.38281877e-03, 9.10140164e-03, 3.68982449e-03, -4.19079636e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_onesidedF(array([-1.17850603e-02, -1.88458899e-03, 1.22290778e-02, 1.18030425e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([9.99999470e-01, 9.99983220e-01, 9.99874826e-01, 9.99485488e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.05574103e-05, 1.66403695e-04, 8.21619314e-04, 2.50740957e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.68050714e-04, -1.31443230e-03, -4.27204883e-03, -9.60299225e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.00121127e-03, 7.70789481e-03, 1.62701892e-02, 2.64022481e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.57671280e-02, -2.91926009e-02, -3.82577279e-02, -4.15421986e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.97214975e-02, 4.60373415e-02, 2.53347853e-02, 4.44949660e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.77055755e-02, 7.02065583e-02, 9.30655260e-02, 1.03255416e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.58080119e+00, 1.19861269e+00, 8.85478314e-01, 6.64274615e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.62212385e+00, 1.40570759e+00, 1.07734252e+00, 6.80286294e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.95763721e-01, 1.11144360e+00, 1.47932079e+00, 1.65429830e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.26770747e+00, -1.80109738e+00, -1.10371514e+00, -2.81629488e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.29135783e+00, -2.38305300e+00, -3.10951009e+00, -3.36696808e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.87920766e+00, 3.71927440e+00, 2.00691267e+00, 3.01115745e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.22410256e+00, 5.89701772e+00, 7.57054542e+00, 7.98154077e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.95062147e+00, 1.80977631e+00, 1.59811849e+00, 1.34623467e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.89053126e-01, 7.20761568e-01, 9.47343360e-01, 1.03840807e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.47386384e+00, -1.14048197e+00, -6.46852223e-01, -7.41686436e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.25668561e-01, -1.69678004e+00, -2.18683601e+00, -2.31996160e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.48153683e+00, 2.58539032e+00, 1.27337192e+00, -2.19544677e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.49807198e+00, 4.54207826e+00, 5.76697081e+00, 5.96695907e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.34353984e+00, -6.71773529e+00, -2.91613699e+00, 1.32659593e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99579119e+00, 1.96742503e+00, 1.89597790e+00, 1.77190989e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.00024256e-02, 1.89193495e-01, 3.87366813e-01, 6.01173074e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-3.91616077e-01, -6.98455111e-01, -8.53304281e-01, -8.20327413e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.44593182e+00, 9.56652298e-01, 2.54548245e-01, -5.15810476e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.37325228e+00, 2.46183048e+00, 3.04192544e+00, 2.99778826e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.08723483e+00, -3.44630992e+00, -1.10363346e+00, 1.44514723e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.61396737e+00, -8.24051068e+00, -1.01142224e+01, -9.86092541e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99971124e+00, 1.99551659e+00, 1.97841497e+00, 1.93643496e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.58494070e-03, 3.50548663e-02, 1.09613841e-01, 2.33053512e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.43235923e-02, -2.01290771e-01, -3.96950068e-01, -5.80564394e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.22518715e-01, 7.20116377e-01, 7.99567312e-01, 6.23110143e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.51284429e+00, -7.98016524e-01, 1.89882304e-01, 1.19922530e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.03167988e+00, -3.54802418e+00, -4.16264379e+00, -3.71398182e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.39288130e+00, 4.44226779e+00, 3.51612387e-01, -3.86176146e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99998314e+00, 1.99947519e+00, 1.99619627e+00, 1.98498738e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.35141183e-04, 5.15621835e-03, 2.44410358e-02, 7.03713419e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.31325258e-03, -4.00629944e-02, -1.22271310e-01, -2.50626711e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.27599000e-02, 2.27037190e-01, 4.28154923e-01, 5.80624085e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.84283613e-01, -7.82077343e-01, -7.63920310e-01, -3.97852253e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.67197093e+00, 6.15192064e-01, -7.82159278e-01, -2.08560610e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.04678823e+00, 5.16307733e+00, 5.68853904e+00, 4.42458183e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([9.99999979e-01, 9.99998687e-01, 9.99985316e-01, 9.99919626e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([4.96190684e-07, 1.56417078e-05, 1.15846549e-04, 4.71385780e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.87777701e-06, -1.54755436e-04, -7.56403281e-04, -2.27547419e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.57074507e-04, 1.21744313e-03, 3.89607985e-03, 8.56466871e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.86672500e-03, -7.07975329e-03, -1.45462384e-02, -2.26610783e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.46322134e-02, 2.62218945e-02, 3.22654460e-02, 3.12402982e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.42167690e-02, -3.65606922e-02, -1.06293231e-02, 1.89945805e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.95062147e+00, 1.80977631e+00, 1.59811849e+00, 1.34623467e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.89053126e-01, 7.20761568e-01, 9.47343360e-01, 1.03840807e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.47386384e+00, -1.14048197e+00, -6.46852223e-01, -7.41686436e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.25668561e-01, -1.69678004e+00, -2.18683601e+00, -2.31996160e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.48153683e+00, 2.58539032e+00, 1.27337192e+00, -2.19544677e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.49807198e+00, 4.54207826e+00, 5.76697081e+00, 5.96695907e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.34353984e+00, -6.71773529e+00, -2.91613699e+00, 1.32659593e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([4.61447619e-01, 8.73306001e-01, 1.19405996e+00, 1.39684817e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.77329570e+00, -1.48480593e+00, -1.05631499e+00, -5.56135469e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-8.00218874e-01, -1.46989831e+00, -1.90269141e+00, -2.03576150e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.01379936e+00, 2.25743698e+00, 1.15324646e+00, -9.72826192e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.11057933e+00, 3.82946316e+00, 4.84398663e+00, 4.98240696e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-7.88266482e+00, -5.61990666e+00, -2.35846565e+00, 1.25317242e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.34199433e+00, -1.14027124e+01, -1.41791154e+01, -1.41599697e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([5.91060596e-02, 2.25983316e-01, 4.71382501e-01, 7.53023508e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.64513673e-01, -8.47129965e-01, -1.08219415e+00, -1.13307087e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.74085548e+00, 1.26745081e+00, 5.83277330e-01, -1.77936771e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.32561606e+00, 2.38798066e+00, 2.98008307e+00, 2.99460582e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.92663898e+00, -3.40917678e+00, -1.24232477e+00, 1.11717257e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.26672197e+00, -7.62081494e+00, -9.35741898e+00, -9.13700856e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.57646773e+01, 1.05176018e+01, 3.10793725e+00, -4.80056623e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([5.41238666e-03, 4.16381025e-02, 1.31618344e-01, 2.84458444e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.42148296e-02, -2.40489009e-01, -4.83683814e-01, -7.30824485e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.01201647e-01, 8.74496216e-01, 1.02299830e+00, 9.04185885e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.82291715e+00, -1.08951450e+00, -6.64030384e-02, 9.99498984e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.07826517e+00, -3.65225442e+00, -4.34263797e+00, -3.98783022e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.59427094e+00, 4.70572472e+00, 6.92744607e-01, -3.45977246e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 8.19745932e+00, 1.43620989e+01, 1.69846743e+01, 1.54620928e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([3.95358252e-04, 6.10765046e-03, 2.91572995e-02, 8.48411212e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.27216728e-03, -4.75905682e-02, -1.46881420e-01, -3.06386635e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.41883686e-02, 2.71323260e-01, 5.22565980e-01, 7.35890871e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.74512097e-01, -9.51223383e-01, -9.90328795e-01, -6.51410380e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.01669446e+00, 8.93200098e-01, -6.08958275e-01, -2.04604797e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.22809798e+00, 5.51024691e+00, 6.17142609e+00, 4.99976202e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.15630845e+01, -6.18367369e+00, 1.05313477e+00, 8.08319437e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([9.99999999e-01, 9.99999904e-01, 9.99998395e-01, 9.99988300e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([2.11148205e-08, 1.33122956e-06, 1.47891477e-05, 8.02371063e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.04573321e-07, -1.58262959e-05, -1.16230321e-04, -4.67345623e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.00379310e-05, 1.56157966e-04, 7.54201533e-04, 2.23043127e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.59433713e-04, -1.22258012e-03, -3.84125223e-03, -8.21921384e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.89027723e-03, 7.03926977e-03, 1.39968407e-02, 2.07058355e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.47273404e-02, -2.53694313e-02, -2.87447168e-02, -2.32844191e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99579119e+00, 1.96742503e+00, 1.89597790e+00, 1.77190989e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.00024256e-02, 1.89193495e-01, 3.87366813e-01, 6.01173074e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-3.91616077e-01, -6.98455111e-01, -8.53304281e-01, -8.20327413e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.44593182e+00, 9.56652298e-01, 2.54548245e-01, -5.15810476e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.37325228e+00, 2.46183048e+00, 3.04192544e+00, 2.99778826e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.08723483e+00, -3.44630992e+00, -1.10363346e+00, 1.44514723e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.61396737e+00, -8.24051068e+00, -1.01142224e+01, -9.86092541e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([5.91060596e-02, 2.25983316e-01, 4.71382501e-01, 7.53023508e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.64513673e-01, -8.47129965e-01, -1.08219415e+00, -1.13307087e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.74085548e+00, 1.26745081e+00, 5.83277330e-01, -1.77936771e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.32561606e+00, 2.38798066e+00, 2.98008307e+00, 2.99460582e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.92663898e+00, -3.40917678e+00, -1.24232477e+00, 1.11717257e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.26672197e+00, -7.62081494e+00, -9.35741898e+00, -9.13700856e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.57646773e+01, 1.05176018e+01, 3.10793725e+00, -4.80056623e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.50030994e+00, 1.06381973e+00, 7.41637473e-01, 5.63300955e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.90691493e+00, 1.54114102e+00, 1.00952930e+00, 4.11373852e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.02237438e+00, 1.84872426e+00, 2.32545099e+00, 2.37391880e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-3.80914976e+00, -2.67980294e+00, -1.07059818e+00, 6.75840262e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-3.17791782e+00, -5.66703880e+00, -6.93932148e+00, -6.74835420e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.17284210e+01, 7.77246529e+00, 2.21149960e+00, -3.67545675e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.11831162e+01, 1.97528987e+01, 2.37451649e+01, 2.23233787e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.93121542e+00, 1.73899498e+00, 1.46248557e+00, 1.15688884e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.39200030e-01, 9.67850830e-01, 1.20081202e+00, 1.19751846e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.99876855e+00, -1.36343958e+00, -4.67779976e-01, 4.85567855e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.79429746e+00, -3.17562167e+00, -3.83257986e+00, -3.63057542e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.58771138e+00, 4.22142317e+00, 9.28809885e-01, -2.49119866e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.71227672e+00, 1.17715480e+01, 1.39543421e+01, 1.27789172e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.44895075e+01, -1.50425536e+01, -2.04565717e+00, 1.11692926e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99329282e+00, 1.94871192e+00, 1.83952275e+00, 1.65817497e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.94694010e-02, 2.94567695e-01, 5.81844748e-01, 8.55321605e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.18126156e-01, -1.05470127e+00, -1.17862203e+00, -9.45464450e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.21390065e+00, 1.17978396e+00, -2.21400571e-01, -1.60182708e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.95902090e+00, 5.09551936e+00, 5.81893419e+00, 4.93522724e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.06619859e+01, -5.98072654e+00, 3.41184476e-01, 6.53646789e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.34110296e+01, -2.30371074e+01, -2.61940933e+01, -2.20675076e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.00000000e+00, 9.99999993e-01, 9.99999835e-01, 9.99998399e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([8.26984474e-10, 1.04278052e-07, 1.73769823e-06, 1.25702875e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.30613432e-08, -1.44771215e-06, -1.59676579e-05, -8.57534073e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.50825437e-07, 1.71779041e-05, 1.24939298e-04, 4.95474387e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.09496716e-05, -1.68966355e-04, -8.04872192e-04, -2.33317177e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.73680795e-04, 1.31551359e-03, 4.04538624e-03, 8.38087320e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.05359108e-03, -7.48667119e-03, -1.43124843e-02, -1.98242705e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99971124e+00, 1.99551659e+00, 1.97841497e+00, 1.93643496e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.58494070e-03, 3.50548663e-02, 1.09613841e-01, 2.33053512e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.43235923e-02, -2.01290771e-01, -3.96950068e-01, -5.80564394e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.22518715e-01, 7.20116377e-01, 7.99567312e-01, 6.23110143e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.51284429e+00, -7.98016524e-01, 1.89882304e-01, 1.19922530e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.03167988e+00, -3.54802418e+00, -4.16264379e+00, -3.71398182e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.39288130e+00, 4.44226779e+00, 3.51612387e-01, -3.86176146e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([5.41238666e-03, 4.16381025e-02, 1.31618344e-01, 2.84458444e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.42148296e-02, -2.40489009e-01, -4.83683814e-01, -7.30824485e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.01201647e-01, 8.74496216e-01, 1.02299830e+00, 9.04185885e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.82291715e+00, -1.08951450e+00, -6.64030384e-02, 9.99498984e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.07826517e+00, -3.65225442e+00, -4.34263797e+00, -3.98783022e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.59427094e+00, 4.70572472e+00, 6.92744607e-01, -3.45977246e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 8.19745932e+00, 1.43620989e+01, 1.69846743e+01, 1.54620928e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.93121542e+00, 1.73899498e+00, 1.46248557e+00, 1.15688884e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 5.39200030e-01, 9.67850830e-01, 1.20081202e+00, 1.19751846e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.99876855e+00, -1.36343958e+00, -4.67779976e-01, 4.85567855e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.79429746e+00, -3.17562167e+00, -3.83257986e+00, -3.63057542e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.58771138e+00, 4.22142317e+00, 9.28809885e-01, -2.49119866e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.71227672e+00, 1.17715480e+01, 1.39543421e+01, 1.27789172e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.44895075e+01, -1.50425536e+01, -2.04565717e+00, 1.11692926e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([5.34770779e-01, 9.91823433e-01, 1.31051279e+00, 1.46011944e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.02650127e+00, -1.57904268e+00, -9.42925731e-01, -2.54119359e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.26034577e+00, -2.24316307e+00, -2.73962818e+00, -2.66012320e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.64455338e+00, 3.05485800e+00, 8.45453934e-01, -1.44622958e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 4.51149709e+00, 7.90443579e+00, 9.35700538e+00, 8.55784241e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.64482468e+01, -1.00622677e+01, -1.31557462e+00, 7.50565488e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.82114037e+01, -3.15852341e+01, -3.66394295e+01, -3.22042438e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([7.84142602e-02, 2.95298809e-01, 6.00382045e-01, 9.24551143e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.13116102e-01, -1.08304112e+00, -1.30399089e+00, -1.23459419e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.24768025e+00, 1.42957346e+00, 3.05206478e-01, -8.36699187e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.33049988e+00, 4.05129105e+00, 4.72239648e+00, 4.19373763e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-8.45068573e+00, -4.97836445e+00, -2.74001199e-01, 4.37111438e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.93814951e+00, -1.71063804e+01, -1.95445649e+01, -1.66649629e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.57924278e+01, 2.00593866e+01, -1.00641529e+00, -2.13287112e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.00000000e+00, 1.00000000e+00, 9.99999984e-01, 9.99999793e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([3.01641355e-11, 7.60702615e-09, 1.90146184e-07, 1.83399100e-06, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.61493164e-10, -1.20783620e-07, -2.00010552e-06, -1.43404684e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.68026598e-08, 1.67444072e-06, 1.83183853e-05, 9.72456504e-05, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.39843171e-07, -1.98248317e-05, -1.42613381e-04, -5.56701203e-04, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.27082411e-05, 1.94313254e-04, 9.11140787e-04, 2.58078825e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-2.01268312e-04, -1.50327076e-03, -4.50941497e-03, -8.98997289e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99998314e+00, 1.99947519e+00, 1.99619627e+00, 1.98498738e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.35141183e-04, 5.15621835e-03, 2.44410358e-02, 7.03713419e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.31325258e-03, -4.00629944e-02, -1.22271310e-01, -2.50626711e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 6.27599000e-02, 2.27037190e-01, 4.28154923e-01, 5.80624085e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-4.84283613e-01, -7.82077343e-01, -7.63920310e-01, -3.97852253e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.67197093e+00, 6.15192064e-01, -7.82159278e-01, -2.08560610e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.04678823e+00, 5.16307733e+00, 5.68853904e+00, 4.42458183e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([3.95358252e-04, 6.10765046e-03, 2.91572995e-02, 8.48411212e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.27216728e-03, -4.75905682e-02, -1.46881420e-01, -3.06386635e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.41883686e-02, 2.71323260e-01, 5.22565980e-01, 7.35890871e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.74512097e-01, -9.51223383e-01, -9.90328795e-01, -6.51410380e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.01669446e+00, 8.93200098e-01, -6.08958275e-01, -2.04604797e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.22809798e+00, 5.51024691e+00, 6.17142609e+00, 4.99976202e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.15630845e+01, -6.18367369e+00, 1.05313477e+00, 8.08319437e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.99329282e+00, 1.94871192e+00, 1.83952275e+00, 1.65817497e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 7.94694010e-02, 2.94567695e-01, 5.81844748e-01, 8.55321605e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.18126156e-01, -1.05470127e+00, -1.17862203e+00, -9.45464450e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.21390065e+00, 1.17978396e+00, -2.21400571e-01, -1.60182708e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.95902090e+00, 5.09551936e+00, 5.81893419e+00, 4.93522724e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.06619859e+01, -5.98072654e+00, 3.41184476e-01, 6.53646789e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-1.34110296e+01, -2.30371074e+01, -2.61940933e+01, -2.20675076e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([7.84142602e-02, 2.95298809e-01, 6.00382045e-01, 9.24551143e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.13116102e-01, -1.08304112e+00, -1.30399089e+00, -1.23459419e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.24768025e+00, 1.42957346e+00, 3.05206478e-01, -8.36699187e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.33049988e+00, 4.05129105e+00, 4.72239648e+00, 4.19373763e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-8.45068573e+00, -4.97836445e+00, -2.74001199e-01, 4.37111438e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-9.93814951e+00, -1.71063804e+01, -1.95445649e+01, -1.66649629e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 3.57924278e+01, 2.00593866e+01, -1.00641529e+00, -2.13287112e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([1.43272953e+00, 9.58502900e-01, 6.47302512e-01, 5.29403142e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.13449135e+00, 1.60160628e+00, 8.60890671e-01, 9.03394909e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 1.51261659e+00, 2.64933626e+00, 3.13899762e+00, 2.88880996e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-5.51244059e+00, -3.37186354e+00, -4.71915953e-01, 2.39462035e+00, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([-6.12728723e+00, -1.05445998e+01, -1.20503823e+01, -1.03013102e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.20625195e+01, 1.23592841e+01, -5.78966644e-01, -1.29640681e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_multivariate_forms(array([ 2.79190130e+01, 4.75262654e+01, 5.31060601e+01, 4.32887759e+01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_scale ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/rft.py:772: DeprecationWarning: `factorial` is deprecated! >Importing `factorial` from scipy.misc is deprecated in scipy 1.0.0. Use `scipy.special.factorial` instead. > f *= kappa**((1-2*j)/2.) * (-1)**j * factorial(int(denom)) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/statistics/rft.py:773: DeprecationWarning: `factorial` is deprecated! >Importing `factorial` from scipy.misc is deprecated in scipy 1.0.0. Use `scipy.special.factorial` instead. > f /= (1 - 2*j) * (4*np.pi)**j * factorial(j) * factorial(i-1) >ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.13238194e-02, 6.55171603e-02, 1.13594270e-01, 1.56101916e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.11926768e-02, 6.52916525e-02, 1.13437925e-01, 1.56112871e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.06583324e-02, 6.43549018e-02, 1.12769208e-01, 1.56132884e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.09739644e-02, 4.49544328e-02, 9.01283091e-02, 1.35218906e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.08407437e-02, 4.46076222e-02, 8.97475610e-02, 1.34998288e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.03017228e-02, 4.31714370e-02, 8.81325443e-02, 1.34027774e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([5.68997777e-03, 3.10146646e-02, 7.17796581e-02, 1.17403204e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([5.57784345e-03, 3.06047909e-02, 7.12051779e-02, 1.16931712e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([5.12920338e-03, 2.89159082e-02, 6.87713495e-02, 1.14873721e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.97338144e-03, 2.15225021e-02, 5.74042527e-02, 1.02215833e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.88793461e-03, 2.10952481e-02, 5.66786705e-02, 1.01497551e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([2.55132621e-03, 1.93487620e-02, 5.36111096e-02, 9.83609199e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.56611175e-03, 1.50244246e-02, 4.61052565e-02, 8.92540546e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.50485380e-03, 1.46107644e-02, 4.52724077e-02, 8.83068851e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([1.26823095e-03, 1.29385562e-02, 4.17655624e-02, 8.41667900e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-4.09946233e-02, -7.67027648e-02, -9.10851168e-02, -8.75745008e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-4.09556196e-02, -7.67662231e-02, -9.12302232e-02, -8.76717049e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-4.07932558e-02, -7.70216738e-02, -9.18321969e-02, -8.80885468e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.39276321e-02, -6.01259244e-02, -8.33913040e-02, -8.88166785e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.38137424e-02, -6.00544274e-02, -8.34840695e-02, -8.89916618e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.33451666e-02, -5.97447219e-02, -8.38610121e-02, -8.97372172e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.36777733e-02, -4.59514440e-02, -7.40474266e-02, -8.67750832e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.35371279e-02, -4.57410816e-02, -7.40126968e-02, -8.69411474e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.29624423e-02, -4.48477560e-02, -7.38367499e-02, -8.76398683e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-7.73423340e-03, -3.46220614e-02, -6.45870754e-02, -8.29270398e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-7.59964198e-03, -3.43023737e-02, -6.43902216e-02, -8.30151695e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-7.05541805e-03, -3.29531562e-02, -6.35063383e-02, -8.33568424e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-4.35045807e-03, -2.58758767e-02, -5.57239186e-02, -7.81491179e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-4.23734068e-03, -2.54862028e-02, -5.53595333e-02, -7.81101467e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-3.78656581e-03, -2.38534564e-02, -5.37430596e-02, -7.78667872e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.04644639e-02, 4.04805785e-02, 9.28705611e-03, -2.36021719e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.05626545e-02, 4.05747687e-02, 9.22153320e-03, -2.38522898e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.09620736e-02, 4.09696029e-02, 8.97388842e-03, -2.48493203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 3.74723917e-02, 4.62771739e-02, 2.60648619e-02, -5.37852106e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 3.74985606e-02, 4.64524953e-02, 2.62033178e-02, -5.44735418e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 3.76008078e-02, 4.71805068e-02, 2.68066397e-02, -5.68831540e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.52786829e-02, 4.45388620e-02, 3.56310980e-02, 8.62557138e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.52148982e-02, 4.46756200e-02, 3.59013746e-02, 8.76277380e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.49449591e-02, 4.52321642e-02, 3.70576593e-02, 9.40254196e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.61806239e-02, 3.94516186e-02, 4.01829084e-02, 1.90012051e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.60588714e-02, 3.94809795e-02, 4.04940440e-02, 1.93194016e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.55519516e-02, 3.95709468e-02, 4.18091182e-02, 2.07423802e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.00364673e-02, 3.33280004e-02, 4.14214730e-02, 2.64347552e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 9.89432087e-03, 3.32290973e-02, 4.16937609e-02, 2.68846534e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 9.30955034e-03, 3.27647196e-02, 4.28128642e-02, 2.88748752e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.34870798e-02, 3.99370911e-02, 6.77645074e-02, 7.03172356e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.34784721e-02, 4.01226815e-02, 6.79522978e-02, 7.02806423e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.34486429e-02, 4.08612670e-02, 6.86930760e-02, 7.00986383e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.92617688e-02, 1.21969857e-02, 5.12446827e-02, 6.81680721e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.93918079e-02, 1.21847703e-02, 5.14299229e-02, 6.83344063e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.99266528e-02, 1.21110401e-02, 5.21641131e-02, 6.89936341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.96203811e-02, -6.86718607e-03, 3.36167980e-02, 6.07892918e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.97388457e-02, -7.08165359e-03, 3.36326346e-02, 6.09953666e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-3.02209862e-02, -7.99781781e-03, 3.36488455e-02, 6.18209391e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.41324727e-02, -1.78426740e-02, 1.80080375e-02, 5.12048741e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.41641098e-02, -1.81626666e-02, 1.77959258e-02, 5.13163681e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.42800965e-02, -1.95120691e-02, 1.68309311e-02, 5.17224925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.76977008e-02, -2.28772879e-02, 5.42807778e-03, 4.11117185e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.76405306e-02, -2.31948102e-02, 5.00698929e-03, 4.10419939e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.73854814e-02, -2.45092027e-02, 3.13986002e-03, 4.06336381e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-0.06584559, -0.06868229, -0.02810882, 0.01654102, 0.04970271, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-6.60471564e-02, -6.86401940e-02, -2.76753434e-02, 1.71983490e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-6.68492336e-02, -6.84654056e-02, -2.59463364e-02, 1.97744608e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.53964103e-02, -6.82441369e-02, -5.27868969e-02, -1.19798130e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.54801816e-02, -6.84655105e-02, -5.27300347e-02, -1.14872822e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.58092681e-02, -6.93599316e-02, -5.25132136e-02, -9.52852998e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.73552783e-03, -5.24816863e-02, -6.19604576e-02, -3.26835770e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.86720958e-03, -5.26503835e-02, -6.21863530e-02, -3.25152257e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 3.42048098e-03, -5.33186642e-02, -6.31353631e-02, -3.18793706e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.56772425e-02, -3.33337431e-02, -6.09322786e-02, -4.59570553e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.58954438e-02, -3.32689115e-02, -6.12326063e-02, -4.61025868e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.67988429e-02, -3.29427347e-02, -6.24763757e-02, -4.67874661e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.86850683e-02, -1.64551666e-02, -5.41968929e-02, -5.32187976e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.88592240e-02, -1.61386946e-02, -5.43827411e-02, -5.35781209e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.95644804e-02, -1.47399314e-02, -5.50967267e-02, -5.51690588e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 0.05459392, -0.04549405, -0.09371489, -0.09429915, -0.06762843, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 0.05430796, -0.04603253, -0.09390819, -0.09376631, -0.06635441, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.31783161e-02, -4.81242174e-02, -9.45574578e-02, -9.14836673e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 0.07944993, 0.0138289 , -0.06095219, -0.09350652, -0.08617669, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 7.96402246e-02, 1.35259155e-02, -6.15157665e-02, -9.36572109e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 8.04064679e-02, 1.23436381e-02, -6.36858166e-02, -9.40782984e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.79611414e-02, 4.91473985e-02, -2.32351346e-02, -7.80576140e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.81833019e-02, 4.93256111e-02, -2.36215695e-02, -7.85732248e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.90749815e-02, 5.00964743e-02, -2.50970597e-02, -8.05119249e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.79046478e-02, 6.09959789e-02, 8.38240874e-03, -5.66760903e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.78663778e-02, 6.14263866e-02, 8.43493435e-03, -5.71831547e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.76782390e-02, 6.32250419e-02, 8.78594113e-03, -5.91072231e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.49754159e-03, 5.76421154e-02, 3.06254695e-02, -3.45380803e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.23290135e-03, 5.80015674e-02, 3.11016851e-02, -3.47674094e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 4.10811833e-03, 5.94558640e-02, 3.32440968e-02, -3.55011382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.26052683e-01, 1.25877212e-01, 4.26455982e-02, -3.91334910e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.26297471e-01, 1.25194350e-01, 4.11913512e-02, -4.05745886e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.27245807e-01, 1.22457115e-01, 3.55173827e-02, -4.59491664e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.44624145e-02, 1.28231961e-01, 1.02900393e-01, 2.20917063e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.49499821e-02, 1.28568766e-01, 1.02105983e-01, 2.03580906e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.68621677e-02, 1.29823648e-01, 9.88640656e-02, 1.35751296e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.90551012e-02, 8.01789189e-02, 1.21765116e-01, 6.90307687e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.91899368e-02, 8.07637736e-02, 1.21905858e-01, 6.78558488e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.97634888e-02, 8.30320915e-02, 1.22369339e-01, 6.31018901e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-0.07374505, 0.02453627, 0.11115364, 0.09714718, 0.02368324, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-7.41919124e-02, 2.46276910e-02, 1.11762718e-01, 9.68052978e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-7.60225437e-02, 2.48651268e-02, 1.14135552e-01, 9.53631569e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.68288157e-02, -1.79592021e-02, 8.54174923e-02, 1.08802413e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.70735029e-02, -1.85097652e-02, 8.58995225e-02, 1.09144408e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-5.80372708e-02, -2.09541366e-02, 8.76943247e-02, 1.10520930e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.07032356e-01, 1.03337819e-01, 1.83889713e-01, 1.62139348e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.06045530e-01, 1.04332661e-01, 1.83325296e-01, 1.59637771e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.02165128e-01, 1.08056922e-01, 1.80730273e-01, 1.49507141e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.03117519e-01, -4.78446440e-02, 1.22769752e-01, 1.83663136e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.03125810e-01, -4.62735437e-02, 1.24202024e-01, 1.83052294e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.03137263e-01, -4.01657806e-02, 1.29388101e-01, 1.79846291e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.21214603e-01, -1.43888826e-01, 2.66426357e-02, 1.54380122e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.21981008e-01, -1.43574385e-01, 2.85149483e-02, 1.55593620e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.24985356e-01, -1.42318627e-01, 3.56884508e-02, 1.59601029e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-9.94846183e-03, -1.61674968e-01, -5.70101005e-02, 1.00509023e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.00367468e-02, -1.62470722e-01, -5.60639210e-02, 1.02497319e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-1.03043505e-02, -1.65653515e-01, -5.24492306e-02, 1.09854641e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 0.05469091, -0.12921502, -0.11057372, 0.0415002 , 0.15543532, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.53802763e-02, -1.30034323e-01, -1.10901571e-01, 4.32041245e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 5.82830671e-02, -1.33233354e-01, -1.12457496e-01, 4.95979121e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.84821564e-01, -2.42031451e-01, -3.79516520e-02, 1.31196431e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.84817155e-01, -2.39344115e-01, -3.42226148e-02, 1.33398228e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.84713985e-01, -2.28755699e-01, -2.01102839e-02, 1.40750917e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.44888414e-02, -3.07537933e-01, -2.20283784e-01, -1.39289764e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-2.61849544e-02, -3.07315152e-01, -2.16336941e-01, -8.54897887e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([-3.27712695e-02, -3.06028513e-01, -2.00670474e-01, 1.15875047e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.22881898e-01, -1.77051795e-01, -2.94327573e-01, -1.50646558e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.22320058e-01, -1.79203859e-01, -2.93285218e-01, -1.45342543e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.20142201e-01, -1.87266699e-01, -2.88386527e-01, -1.24317720e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.42475377e-01, 1.54761325e-03, -2.64472381e-01, -2.37888077e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.43632211e-01, 2.66412601e-05, -2.66068010e-01, -2.34909258e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 2.48236851e-01, -5.70347126e-03, -2.71605134e-01, -2.22201552e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.34678738e-01, 1.29968213e-01, -1.77410659e-01, -2.71350717e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.35448222e-01, 1.30531024e-01, -1.79639799e-01, -2.71098197e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F1(array([ 1.38413779e-01, 1.33173735e-01, -1.87860988e-01, -2.69041760e-01, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 4.98533795e-02, 3.67441007e-02, 3.02932363e-03, -3.07153578e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.00729325e-02, 3.75692303e-02, 4.17677125e-03, -2.95955695e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.09620736e-02, 4.09696029e-02, 8.97388842e-03, -2.48493203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.79786919e-02, 4.34492637e-02, 1.87744922e-02, -1.56695493e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.79116228e-02, 4.41876895e-02, 2.03218612e-02, -1.37857559e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.76008078e-02, 4.71805068e-02, 2.68066397e-02, -5.68831540e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.65267243e-02, 4.33007333e-02, 2.85508463e-02, -3.96250131e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.62275664e-02, 4.37174119e-02, 3.02191534e-02, -1.43366035e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.49449591e-02, 4.52321642e-02, 3.70576593e-02, 9.40254196e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.77291411e-02, 3.99489920e-02, 3.42727114e-02, 5.08756716e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.73105380e-02, 3.99509430e-02, 3.58216176e-02, 8.09908255e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.55519516e-02, 3.95709468e-02, 4.18091182e-02, 2.07423802e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.15709044e-02, 3.53827323e-02, 3.73167781e-02, 1.21085710e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.11274446e-02, 3.49746805e-02, 3.85695303e-02, 1.54380964e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 9.30955034e-03, 3.27647196e-02, 4.28128642e-02, 2.88748752e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.01110522, 0.04198055, 0.06650793, 0.06471991, 0.04708562, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.15669222e-02, 4.17653700e-02, 6.69363703e-02, 6.57602693e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.34486429e-02, 4.08612670e-02, 6.86930760e-02, 7.00986383e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.70287179e-02, 1.68331950e-02, 5.37179627e-02, 6.51469326e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.75961270e-02, 1.59375582e-02, 5.34590310e-02, 6.59240403e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.99266528e-02, 1.21110401e-02, 5.21641131e-02, 6.89936341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.84417290e-02, -9.87246556e-04, 3.98972460e-02, 6.17415910e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.87988429e-02, -2.31744290e-03, 3.87938947e-02, 6.18883563e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-3.02209862e-02, -7.99781781e-03, 3.36488455e-02, 6.18209391e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.40897609e-02, -1.20597251e-02, 2.73882285e-02, 5.67621277e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.41490545e-02, -1.34995119e-02, 2.55026655e-02, 5.60642886e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.42800965e-02, -1.95120691e-02, 1.68309311e-02, 5.17224925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.84700755e-02, -1.81259913e-02, 1.68854262e-02, 5.13487571e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.82861176e-02, -1.94142711e-02, 1.43871776e-02, 4.97096020e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.73854814e-02, -2.45092027e-02, 3.13986002e-03, 4.06336381e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.06508004, -0.06306955, -0.01987545, 0.02387763, 0.0533631 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.06542955, -0.06412258, -0.02104731, 0.02309513, 0.05318993, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-6.68492336e-02, -6.84654056e-02, -2.59463364e-02, 1.97744608e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.02733482, -0.06465626, -0.04251935, 0.00094764, 0.0392181 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.70407341e-02, -6.55725482e-02, -4.44185972e-02, -9.98414705e-04, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.58092681e-02, -6.93599316e-02, -5.25132136e-02, -9.52852998e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.00055149, -0.05273753, -0.05276148, -0.01609235, 0.02656716, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.10495553e-04, -5.28992975e-02, -5.47561204e-02, -1.90021634e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.42048098e-03, -5.33186642e-02, -6.31353631e-02, -3.18793706e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.26391966e-02, -3.73556921e-02, -5.50769320e-02, -2.80495203e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.34456575e-02, -3.66155178e-02, -5.66087386e-02, -3.15504845e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.67988429e-02, -3.29427347e-02, -6.24763757e-02, -4.67874661e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.67279851e-02, -2.31321106e-02, -5.28635865e-02, -3.61494579e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.73009267e-02, -2.16578238e-02, -5.35773118e-02, -3.98532451e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.95644804e-02, -1.47399314e-02, -5.50967267e-02, -5.51690588e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05021787, -0.04797738, -0.08925184, -0.08265227, -0.05142451, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05080181, -0.04800809, -0.09028168, -0.0843524 , -0.0532899 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.31783161e-02, -4.81242174e-02, -9.45574578e-02, -9.14836673e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.0751318 , 0.00505813, -0.06396602, -0.08535194, -0.067649 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.07616451, 0.00644709, -0.06394467, -0.08702847, -0.0704064 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 8.04064679e-02, 1.23436381e-02, -6.36858166e-02, -9.40782984e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05709521, 0.0377995 , -0.03467643, -0.07759549, -0.07526426, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.74917071e-02, 4.01191981e-02, -3.29859445e-02, -7.82863598e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.90749815e-02, 5.00964743e-02, -2.50970597e-02, -8.05119249e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.03042221, 0.05132031, -0.00940917, -0.06573645, -0.07785081, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.99289957e-02, 5.36037030e-02, -6.18906239e-03, -6.48655610e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.76782390e-02, 6.32250419e-02, 8.78594113e-03, -5.91072231e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.00960378, 0.05225107, 0.00974753, -0.05305095, -0.07770706, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 8.58479614e-03, 5.37607997e-02, 1.39699112e-02, -5.04097510e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 4.10811833e-03, 5.94558640e-02, 3.32440968e-02, -3.55011382e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 4.98533795e-02, 3.67441007e-02, 3.02932363e-03, -3.07153578e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.00729325e-02, 3.75692303e-02, 4.17677125e-03, -2.95955695e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.09620736e-02, 4.09696029e-02, 8.97388842e-03, -2.48493203e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.79786919e-02, 4.34492637e-02, 1.87744922e-02, -1.56695493e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.79116228e-02, 4.41876895e-02, 2.03218612e-02, -1.37857559e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.76008078e-02, 4.71805068e-02, 2.68066397e-02, -5.68831540e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.65267243e-02, 4.33007333e-02, 2.85508463e-02, -3.96250131e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.62275664e-02, 4.37174119e-02, 3.02191534e-02, -1.43366035e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.49449591e-02, 4.52321642e-02, 3.70576593e-02, 9.40254196e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.77291411e-02, 3.99489920e-02, 3.42727114e-02, 5.08756716e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.73105380e-02, 3.99509430e-02, 3.58216176e-02, 8.09908255e-03, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.55519516e-02, 3.95709468e-02, 4.18091182e-02, 2.07423802e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.15709044e-02, 3.53827323e-02, 3.73167781e-02, 1.21085710e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.11274446e-02, 3.49746805e-02, 3.85695303e-02, 1.54380964e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 9.30955034e-03, 3.27647196e-02, 4.28128642e-02, 2.88748752e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.01110522, 0.04198055, 0.06650793, 0.06471991, 0.04708562, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.15669222e-02, 4.17653700e-02, 6.69363703e-02, 6.57602693e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.34486429e-02, 4.08612670e-02, 6.86930760e-02, 7.00986383e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.70287179e-02, 1.68331950e-02, 5.37179627e-02, 6.51469326e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.75961270e-02, 1.59375582e-02, 5.34590310e-02, 6.59240403e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.99266528e-02, 1.21110401e-02, 5.21641131e-02, 6.89936341e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.84417290e-02, -9.87246556e-04, 3.98972460e-02, 6.17415910e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.87988429e-02, -2.31744290e-03, 3.87938947e-02, 6.18883563e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-3.02209862e-02, -7.99781781e-03, 3.36488455e-02, 6.18209391e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.40897609e-02, -1.20597251e-02, 2.73882285e-02, 5.67621277e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.41490545e-02, -1.34995119e-02, 2.55026655e-02, 5.60642886e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.42800965e-02, -1.95120691e-02, 1.68309311e-02, 5.17224925e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.84700755e-02, -1.81259913e-02, 1.68854262e-02, 5.13487571e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.82861176e-02, -1.94142711e-02, 1.43871776e-02, 4.97096020e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.73854814e-02, -2.45092027e-02, 3.13986002e-03, 4.06336381e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.06508004, -0.06306955, -0.01987545, 0.02387763, 0.0533631 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.06542955, -0.06412258, -0.02104731, 0.02309513, 0.05318993, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-6.68492336e-02, -6.84654056e-02, -2.59463364e-02, 1.97744608e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.02733482, -0.06465626, -0.04251935, 0.00094764, 0.0392181 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.70407341e-02, -6.55725482e-02, -4.44185972e-02, -9.98414705e-04, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.58092681e-02, -6.93599316e-02, -5.25132136e-02, -9.52852998e-03, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.00055149, -0.05273753, -0.05276148, -0.01609235, 0.02656716, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.10495553e-04, -5.28992975e-02, -5.47561204e-02, -1.90021634e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.42048098e-03, -5.33186642e-02, -6.31353631e-02, -3.18793706e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.26391966e-02, -3.73556921e-02, -5.50769320e-02, -2.80495203e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.34456575e-02, -3.66155178e-02, -5.66087386e-02, -3.15504845e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.67988429e-02, -3.29427347e-02, -6.24763757e-02, -4.67874661e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.67279851e-02, -2.31321106e-02, -5.28635865e-02, -3.61494579e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.73009267e-02, -2.16578238e-02, -5.35773118e-02, -3.98532451e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.95644804e-02, -1.47399314e-02, -5.50967267e-02, -5.51690588e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05021787, -0.04797738, -0.08925184, -0.08265227, -0.05142451, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05080181, -0.04800809, -0.09028168, -0.0843524 , -0.0532899 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.31783161e-02, -4.81242174e-02, -9.45574578e-02, -9.14836673e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.0751318 , 0.00505813, -0.06396602, -0.08535194, -0.067649 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.07616451, 0.00644709, -0.06394467, -0.08702847, -0.0704064 , ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 8.04064679e-02, 1.23436381e-02, -6.36858166e-02, -9.40782984e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05709521, 0.0377995 , -0.03467643, -0.07759549, -0.07526426, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.74917071e-02, 4.01191981e-02, -3.29859445e-02, -7.82863598e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.90749815e-02, 5.00964743e-02, -2.50970597e-02, -8.05119249e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.03042221, 0.05132031, -0.00940917, -0.06573645, -0.07785081, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.99289957e-02, 5.36037030e-02, -6.18906239e-03, -6.48655610e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.76782390e-02, 6.32250419e-02, 8.78594113e-03, -5.91072231e-02, ... ok >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.00960378, 0.05225107, 0.00974753, -0.05305095, -0.07770706, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 8.58479614e-03, 5.37607997e-02, 1.39699112e-02, -5.04097510e-02, ... FAIL >nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 4.10811833e-03, 5.94558640e-02, 3.32440968e-02, -3.55011382e-02, ... ok >nipy.algorithms.statistics.tests.test_utils.test_z_score ... ok >nipy.algorithms.statistics.tests.test_utils.test_mahalanobis ... ok >nipy.algorithms.statistics.tests.test_utils.test_mahalanobis2 ... ok >nipy.algorithms.statistics.tests.test_utils.test_multiple_fast_inv ... ok >test that the euclidean distance is as expected ... ok >test that the euclidean distance is as expected ... ok >nipy.algorithms.utils.tests.test_matrices.test_matrix_rank ... ok >nipy.algorithms.utils.tests.test_matrices.test_full_rank ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/utils/matrices.py:132: RuntimeWarning: divide by zero encountered in divide > return np.where(X<=0, 0, 1. / X) >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array([0.5, 1. , 0. , 0. ]), array([0.5, 1. , 0. , 0. ])) ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(<type 'numpy.float64'>, <type 'numpy.float64'>) ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array([[0.5, 1. ], ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array([0., 1., 0.]), [0, 1, 0]) ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array(0.), 0) ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array(0.), 0) ... ok >nipy.algorithms.utils.tests.test_matrices.test_pos_recipr(array(0.5), 0.5) ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/utils/matrices.py:150: RuntimeWarning: divide by zero encountered in divide > return np.where(X==0, 0, 1. / X) >nipy.algorithms.utils.tests.test_matrices.test_recipr0(array([[ 0.5 , 1. ], ... ok >nipy.algorithms.utils.tests.test_matrices.test_recipr0(array([ 0., 1., -1.]), [0, 1, -1]) ... ok >nipy.algorithms.utils.tests.test_matrices.test_recipr0(array(-1.), -1) ... ok >nipy.algorithms.utils.tests.test_matrices.test_recipr0(array(0.), 0) ... ok >nipy.algorithms.utils.tests.test_matrices.test_recipr0(array(0.5), 0.5) ... ok >nipy.algorithms.utils.tests.test_pca.test_same_basis ... ok >nipy.algorithms.utils.tests.test_pca.test_2d_eq_4d ... ok >nipy.algorithms.utils.tests.test_pca.test_input_effects ... ok >nipy.algorithms.utils.tests.test_pca.test_diagonality ... ok >nipy.algorithms.utils.tests.test_pca.test_2D ... ok >nipy.algorithms.utils.tests.test_pca.test_PCAMask ... ok >nipy.algorithms.utils.tests.test_pca.test_PCAMask_nostandardize ... ok >nipy.algorithms.utils.tests.test_pca.test_PCANoMask ... ok >nipy.algorithms.utils.tests.test_pca.test_PCANoMask_nostandardize ... ok >nipy.algorithms.utils.tests.test_pca.test_keep ... ok >nipy.algorithms.utils.tests.test_pca.test_resid ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/utils/pca.py:127: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison > if design_resid == 'mean': >ok >nipy.algorithms.utils.tests.test_pca.test_both ... ok >nipy.algorithms.utils.tests.test_pca_image.test_PCAMask ... ok >nipy.algorithms.utils.tests.test_pca_image.test_mask_match ... ok >nipy.algorithms.utils.tests.test_pca_image.test_PCAMask_nostandardize ... ok >nipy.algorithms.utils.tests.test_pca_image.test_PCANoMask ... ok >nipy.algorithms.utils.tests.test_pca_image.test_PCANoMask_nostandardize ... ok >nipy.algorithms.utils.tests.test_pca_image.test_keep ... ok >nipy.algorithms.utils.tests.test_pca_image.test_resid ... ok >nipy.algorithms.utils.tests.test_pca_image.test_both ... ok >nipy.algorithms.utils.tests.test_pca_image.test_5d ... ok >nipy.algorithms.utils.tests.test_pca_image.test_other_axes ... ok >nipy.algorithms.tests.test_interpolator.test_interpolator ... ok >nipy.algorithms.tests.test_kernel_smooth.test_anat_smooth ... ok >nipy.algorithms.tests.test_kernel_smooth.test_funny_coordmap ... ok >nipy.algorithms.tests.test_kernel_smooth.test_func_smooth ... ok >nipy.algorithms.tests.test_kernel_smooth.test_sigma_fwhm ... ok >nipy.algorithms.tests.test_kernel_smooth.test_kernel ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py:79: DeprecationWarning: This function is deprecated. Please call randint(30, 60 + 1) instead > shape = randint(30,60,(3,)) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py:81: DeprecationWarning: This function is deprecated. Please call randint(11, 17 + 1) instead > ii, jj, kk = randint(11,17, (3,)) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py:84: DeprecationWarning: This function is deprecated. Please call randint(5, 20 + 1) instead > randint(5,20,(3,))*0.25, >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py:85: DeprecationWarning: This function is deprecated. Please call randint(5, 10 + 1) instead > randint(5,10,(3,))*0.5) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/tests/test_kernel_smooth.py:92: DeprecationWarning: This function is deprecated. Please call randint(50, 100 + 1) instead > fwhm=randint(50,100)/10.) >ok >nipy.algorithms.tests.test_resample.test_resample_img2img(True,) ... ok >nipy.algorithms.tests.test_resample.test_resample_img2img(<type 'exceptions.ValueError'>, <function resample_img2img at 0x7fff8d9d5aa0>, Image( ... ok >nipy.algorithms.tests.test_resample.test_rotate2d ... ok >nipy.algorithms.tests.test_resample.test_rotate2d2 ... ok >nipy.algorithms.tests.test_resample.test_rotate2d3 ... ok >nipy.algorithms.tests.test_resample.test_rotate3d ... ok >nipy.algorithms.tests.test_resample.test_resample2d ... ok >nipy.algorithms.tests.test_resample.test_resample2d1 ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py:1160: UserWarning: composition of non-affine CoordinateMaps is less robust than the AffineTransform > warnings.warn("composition of non-affine CoordinateMaps is " >ok >nipy.algorithms.tests.test_resample.test_resample2d2 ... ok >nipy.algorithms.tests.test_resample.test_resample2d3 ... ok >nipy.algorithms.tests.test_resample.test_resample3d ... ok >nipy.algorithms.tests.test_resample.test_resample_outvalue ... ok >nipy.algorithms.tests.test_resample.test_nonaffine ... ok >nipy.algorithms.tests.test_resample.test_2d_from_3d ... ok >nipy.algorithms.tests.test_resample.test_slice_from_3d ... ok >nipy.core.image.tests.test_image.test_init ... ok >nipy.core.image.tests.test_image.test_maxmin_values ... ok >nipy.core.image.tests.test_image.test_slice_plane ... ok >nipy.core.image.tests.test_image.test_slice_block ... ok >nipy.core.image.tests.test_image.test_slice_step ... ok >nipy.core.image.tests.test_image.test_slice_type ... ok >nipy.core.image.tests.test_image.test_slice_steps ... ok >nipy.core.image.tests.test_image.test_get_data ... ok >nipy.core.image.tests.test_image.test_generator ... ok >nipy.core.image.tests.test_image.test_iter ... ok >nipy.core.image.tests.test_image.test_parcels1 ... ok >nipy.core.image.tests.test_image.test_parcels3(6, 6) ... ok >nipy.core.image.tests.test_image.test_slicing_returns_image ... ok >nipy.core.image.tests.test_image.test_ArrayLikeObj ... ok >nipy.core.image.tests.test_image.test_defaults_ND ... ok >nipy.core.image.tests.test_image.test_header ... ok >nipy.core.image.tests.test_image.test_from_image ... ok >nipy.core.image.tests.test_image.test_synchronized_order ... ok >nipy.core.image.tests.test_image.test_iter_axis ... ok >nipy.core.image.tests.test_image.test_rollaxis ... ok >nipy.core.image.tests.test_image.test_is_image ... ok >nipy.core.image.tests.test_image.test_rollimg ... ok >nipy.core.image.tests.test_image.test_rollimg_rollaxis ... ok >nipy.core.image.tests.test_image.test_rollaxis_inverse ... ok >nipy.core.image.tests.test_image_list.test_il_init ... ok >nipy.core.image.tests.test_image_list.test_il_from_image ... ok >nipy.core.image.tests.test_image_list.test_il_slicing_dicing ... ok >nipy.core.image.tests.test_image_spaces.test_image_xyz_affine ... ok >nipy.core.image.tests.test_image_spaces.test_image_as_xyz_image ... ok >nipy.core.image.tests.test_image_spaces.test_image_xyza_slices ... ok >nipy.core.image.tests.test_image_spaces.test_make_xyz_image ... ok >nipy.core.image.tests.test_rollimg.test_reduce ... ok >nipy.core.image.tests.test_rollimg.test_specific_reduce ... ok >nipy.core.image.tests.test_rollimg.test_call ... ok >nipy.core.image.tests.test_rollimg.test_modify ... ok >nipy.core.reference.tests.test_array_coords.test_array_coord_map ... ok >nipy.core.reference.tests.test_array_coords.test_grid ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((7, 40), (7, 40)) ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((280, 2), (280, 2)) ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((2, 7, 40), (2, 7, 40)) ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((10, 2), (10, 2)) ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((2, 10), (2, 10)) ... ok >nipy.core.reference.tests.test_array_coords.test_eval_slice((10,), (10,)) ... ok >nipy.core.reference.tests.test_coordinate_map.test_shift_origin ... ok >nipy.core.reference.tests.test_coordinate_map.test_renamed ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py:406: RuntimeWarning: divide by zero encountered in log > out_vals = self.function(in_vals) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py:1668: RuntimeWarning: divide by zero encountered in log > forward = lambda input: cmap1.function(cmap2.function(input)) >ok >nipy.core.reference.tests.test_coordinate_map.test_calling_shapes ... ok >nipy.core.reference.tests.test_coordinate_map.test_call ... ok >nipy.core.reference.tests.test_coordinate_map.test_compose ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(False,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(False,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(False,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test__eq__(False,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_similar_to ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(None,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(CoordinateMap( ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(None,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(CoordinateMap( ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(AffineTransform( ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(AffineTransform( ... ok >nipy.core.reference.tests.test_coordinate_map.test_isinvertible(None,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_inverse1(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_inverse1(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_inverse1(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_inverse1(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_compose_cmap ... ok >nipy.core.reference.tests.test_coordinate_map.test_inverse2 ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(<function <lambda> at 0x7fff86f8be60>, <function <lambda> at 0x7fff86f8be60>) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64), CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64)) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64), CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64)) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(<function <lambda> at 0x7fff86f8bd70>, <function <lambda> at 0x7fff86f8bd70>) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(<type 'exceptions.ValueError'>, <class 'nipy.core.reference.coordinate_map.CoordinateMap'>, CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64), CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64), 'foo', <function <lambda> at 0x7fff86f8bd70>) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_init(<type 'exceptions.ValueError'>, <class 'nipy.core.reference.coordinate_map.CoordinateMap'>, CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64), CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64), <function <lambda> at 0x7fff86f8be60>, 'bar') ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_cosys ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_copy(<function <lambda> at 0x7fff86f8bc80>, <function <lambda> at 0x7fff86f8bc80>) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_copy(CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64), CoordinateSystem(coord_names=('i', 'j', 'k'), name='voxels', coord_dtype=float64)) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_copy(CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64), CoordinateSystem(coord_names=('x', 'y', 'z'), name='world', coord_dtype=float64)) ... ok >nipy.core.reference.tests.test_coordinate_map.test_comap_copy(<function <lambda> at 0x7fff86f8bcf8>, <function <lambda> at 0x7fff86f8bcf8>) ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_init ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_bottom_row ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_inverse ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_from_params ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_start_step ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_identity ... ok >nipy.core.reference.tests.test_coordinate_map.test_affine_copy ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain(('j', 'k', 'i'), ('j', 'k', 'i')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain(('x', 'y', 'z'), ('x', 'y', 'z')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain('voxels', 'voxels') ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain('world', 'world') ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain(('k', 'j', 'i'), ('k', 'j', 'i')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_domain(('k', 'i', 'j'), ('k', 'i', 'j')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_str ... FAIL >nipy.core.reference.tests.test_coordinate_map.test_reordered_range(('i', 'j', 'k'), ('i', 'j', 'k')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_range(('y', 'z', 'x'), ('y', 'z', 'x')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_range('voxels', 'voxels') ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_range('world', 'world') ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_range(('z', 'y', 'x'), ('z', 'y', 'x')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_reordered_range(('z', 'x', 'y'), ('z', 'x', 'y')) ... ok >nipy.core.reference.tests.test_coordinate_map.test_product ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py:1121: UserWarning: product of non-affine CoordinateMaps is less robust thanthe AffineTransform > "the AffineTransform") >ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(False,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_equivalent(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_as_coordinate_map(<type 'exceptions.ValueError'>, <class 'nipy.core.reference.coordinate_map.AffineTransform'>, CoordinateSystem(coord_names=('i', 'j', 'k'), name='', coord_dtype=float64), CoordinateSystem(coord_names=('x', 'y', 'z'), name='', coord_dtype=float64), array([[ 0.1537018 , -0.05096588, -0.90305271, -0.07256491], ... ok >nipy.core.reference.tests.test_coordinate_map.test_as_coordinate_map(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_as_coordinate_map(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_as_coordinate_map(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_as_coordinate_map(True,) ... ok >nipy.core.reference.tests.test_coordinate_map.test_cm__setattr__raise_error(<type 'exceptions.AttributeError'>, <bound method CoordinateMap.__setattr__ of CoordinateMap( ... ok >nipy.core.reference.tests.test_coordinate_map.test_append_io_dim ... ok >nipy.core.reference.tests.test_coordinate_map.test__fix0 ... ok >nipy.core.reference.tests.test_coordinate_map.test_drop_io_dim ... ok >nipy.core.reference.tests.test_coordinate_map.test_axmap ... ok >nipy.core.reference.tests.test_coordinate_map.test_orth_axes ... ok >nipy.core.reference.tests.test_coordinate_map.test_input_axis_index ... ok >nipy.core.reference.tests.test_coordinate_map.test_io_axis_indices ... ok >nipy.core.reference.tests.test_coordinate_map.test_make_cmap ... ok >nipy.core.reference.tests.test_coordinate_map.test_dtype_cmap_inverses ... ERROR >nipy.core.reference.tests.test_coordinate_map.test_subtype_equalities ... ok >nipy.core.reference.tests.test_coordinate_map.test_cmap_coord_types ... ERROR >nipy.core.reference.tests.test_coordinate_system.test_CoordinateSystem ... ok >nipy.core.reference.tests.test_coordinate_system.test_iterator_coordinate ... ok >nipy.core.reference.tests.test_coordinate_system.test_ndim ... ok >nipy.core.reference.tests.test_coordinate_system.test_unique_coord_names ... ok >nipy.core.reference.tests.test_coordinate_system.test_dtypes ... ok >nipy.core.reference.tests.test_coordinate_system.test_readonly_attrs ... ok >nipy.core.reference.tests.test_coordinate_system.test_index ... ok >nipy.core.reference.tests.test_coordinate_system.test__ne__ ... ok >nipy.core.reference.tests.test_coordinate_system.test___eq__ ... ok >nipy.core.reference.tests.test_coordinate_system.test_similar_to ... ok >nipy.core.reference.tests.test_coordinate_system.test___str__ ... ok >nipy.core.reference.tests.test_coordinate_system.test_is_coordsys ... ok >nipy.core.reference.tests.test_coordinate_system.test_checked_values ... ok >nipy.core.reference.tests.test_coordinate_system.test_safe_dtype ... ok >nipy.core.reference.tests.test_coordinate_system.test_product ... ok >nipy.core.reference.tests.test_coordinate_system.test_coordsys_maker ... ok >nipy.core.reference.tests.test_coordinate_system.test_is_coordsys_maker ... ok >Test that we can initialize the MatrixGroup subclasses ... ok >nipy.core.reference.tests.test_matrix_groups.test2 ... ok >nipy.core.reference.tests.test_matrix_groups.test_basis_change ... ok >nipy.core.reference.tests.test_matrix_groups.test_product(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_product(<type 'exceptions.ValueError'>, <function product at 0x7fff8c966c80>, AffineTransform( ... ok >nipy.core.reference.tests.test_matrix_groups.test_product2 ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(<type 'exceptions.ValueError'>, <function product_homomorphism at 0x7fff8c874410>, AffineTransform( ... ok >nipy.core.reference.tests.test_matrix_groups.test_homomorphism(True,) ... ok >nipy.core.reference.tests.test_matrix_groups.test_32(<type 'numpy.float32'>, <type 'numpy.float32'>) ... ok >nipy.core.reference.tests.test_matrix_groups.test_32(dtype('float32'), <type 'numpy.float32'>) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_surface ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32(dtype('float32'), dtype('float32')) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32_c128((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32_c128((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32_c128((201, 101), (201, 101)) ... ok >nipy.core.reference.tests.test_parametrized_surface.test_grid32_c128(dtype('complex128'), dtype('complex128')) ... ok >nipy.core.reference.tests.test_slices.test_bounding_box ... ok >nipy.core.reference.tests.test_slices.test_box_slice ... ok >nipy.core.reference.tests.test_spaces.test_xyz_space ... ok >nipy.core.reference.tests.test_spaces.test_is_xyz_space ... ok >nipy.core.reference.tests.test_spaces.test_known_space ... ok >nipy.core.reference.tests.test_spaces.test_image_creation ... ok >nipy.core.reference.tests.test_spaces.test_default_makers ... ok >nipy.core.reference.tests.test_spaces.test_get_world_cs ... ok >nipy.core.reference.tests.test_spaces.test_xyz_affine ... ok >nipy.core.reference.tests.test_spaces.test_xyz_order ... ok >nipy.core.reference.tests.test_spaces.test_is_xyz_affable ... ok >nipy.core.utils.tests.test_generators.test_read_slices ... ok >nipy.core.utils.tests.test_generators.test_write_slices ... ok >nipy.core.utils.tests.test_generators.test_multi_slice ... ok >nipy.core.utils.tests.test_generators.test_multi_slice_write ... ok >nipy.core.utils.tests.test_generators.test_parcel ... ok >nipy.core.utils.tests.test_generators.test_parcel_exclude ... ok >nipy.core.utils.tests.test_generators.test_parcel_write ... ok >nipy.core.utils.tests.test_generators.test_parcel_copy ... ok >nipy.core.utils.tests.test_generators.test_sliceparcel ... ok >nipy.interfaces.tests.test_mlabtemp.test_mlab_tempfile(None,) ... ok >nipy.interfaces.tests.test_mlabtemp.test_mlab_tempfile('/tmp',) ... ok >nipy.interfaces.tests.test_mlabtemp.test_mlab_tempfile('/tmp/tmpRdPYdT',) ... ok >nipy.io.tests.test_image_io.test_badfile ... ok >nipy.io.tests.test_image_io.test_maxminmean_values((91, 109, 91), (91, 109, 91)) ... ok >nipy.io.tests.test_image_io.test_maxminmean_values(1.0000000591389835, 1.000000059) ... ok >nipy.io.tests.test_image_io.test_maxminmean_values(0.27396804758172605, 0.273968048) ... ok >nipy.io.tests.test_image_io.test_maxminmean_values(0.0, 0.0) ... ok >nipy.io.tests.test_image_io.test_nondiag ... ok >nipy.io.tests.test_image_io.test_scaling_io_dtype ... ok >nipy.io.tests.test_image_io.test_output_dtypes ... ok >nipy.io.tests.test_image_io.test_header_roundtrip ... ok >nipy.io.tests.test_image_io.test_file_roundtrip ... ok >nipy.io.tests.test_image_io.test_roundtrip_from_array ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy; output names of "x", "y", "z" will raise an error. Please use canonical output names from nipy.core.reference.spaces > ni_img = nipy2nifti(img, data_dtype = io_dtype) >ok >nipy.io.tests.test_image_io.test_as_image ... ok >nipy.io.tests.test_image_io.test_no_minc ... ok >nipy.io.tests.test_nibcompat.test_funcs ... ok >nipy.io.tests.test_nibcompat.test_unscaled_data ... ok >nipy.io.tests.test_nifti_ref.test_basic_nipy2nifti ... ok >nipy.io.tests.test_nifti_ref.test_xyz_affines ... ok >nipy.io.tests.test_nifti_ref.test_unknown ... ok >nipy.io.tests.test_nifti_ref.test_orthogonal_dims ... ok >nipy.io.tests.test_nifti_ref.test_dim_info ... ok >nipy.io.tests.test_nifti_ref.test_time_like_matching ... ok >nipy.io.tests.test_nifti_ref.test_time_pixdims ... ok >nipy.io.tests.test_nifti_ref.test_xyzt_units ... ok >nipy.io.tests.test_nifti_ref.test_time_axes_4th ... ok >nipy.io.tests.test_nifti_ref.test_save_toffset ... ok >nipy.io.tests.test_nifti_ref.test_too_many_dims ... ok >nipy.io.tests.test_nifti_ref.test_no_time ... ok >nipy.io.tests.test_nifti_ref.test_save_spaces ... ok >nipy.io.tests.test_nifti_ref.test_save_dtype ... ok >nipy.io.tests.test_nifti_ref.test_basic_load ... ok >nipy.io.tests.test_nifti_ref.test_expand_to_3d ... ok >nipy.io.tests.test_nifti_ref.test_load_cmaps ... ok >nipy.io.tests.test_nifti_ref.test_load_no_time ... ok >nipy.io.tests.test_nifti_ref.test_load_toffset ... ok >nipy.io.tests.test_nifti_ref.test_load_spaces ... ok >nipy.io.tests.test_nifti_ref.test_mm_scaling ... ok >nipy.io.tests.test_nifti_ref.test_load_dim_info ... ok >nipy.io.tests.test_save.test_save1 ... ok >nipy.io.tests.test_save.test_save2 ... ok >nipy.io.tests.test_save.test_save2b ... ok >nipy.io.tests.test_save.test_save3 ... ok >nipy.io.tests.test_save.test_save4 ... ok >nipy.labs.bindings.tests.test_array.test_array_get ... ok >nipy.labs.bindings.tests.test_array.test_array_get_block ... ok >nipy.labs.bindings.tests.test_array.test_array_add ... ok >nipy.labs.bindings.tests.test_array.test_array_mul ... ok >nipy.labs.bindings.tests.test_array.test_array_sub ... ok >nipy.labs.bindings.tests.test_array.test_array_div ... ok >nipy.labs.bindings.tests.test_blas1.test_dnrm2 ... ok >nipy.labs.bindings.tests.test_blas1.test_dasum ... ok >nipy.labs.bindings.tests.test_blas1.test_ddot ... ok >nipy.labs.bindings.tests.test_blas1.test_daxpy ... ok >nipy.labs.bindings.tests.test_blas1.test_dscal ... ok >nipy.labs.bindings.tests.test_blas3.test_dgemm ... ok >nipy.labs.bindings.tests.test_blas3.test_dsymm ... ok >nipy.labs.bindings.tests.test_blas3.test_dtrmm ... ok >nipy.labs.bindings.tests.test_blas3.test_dtrsm ... ok >nipy.labs.bindings.tests.test_blas3.test_dsyrk ... ok >nipy.labs.bindings.tests.test_blas3.test_dsyr2k ... ok >nipy.labs.bindings.tests.test_linalg.test_vector_get ... ok >nipy.labs.bindings.tests.test_linalg.test_vector_get_int32 ... ok >nipy.labs.bindings.tests.test_linalg.test_vector_set ... ok >nipy.labs.bindings.tests.test_linalg.test_vector_set_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(1, 1) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(2, 2) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(4, 4) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(8, 8) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(4, 4) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(8, 8) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(1, 1) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(2, 2) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(4, 4) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_to_fff(8, 8) ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('unknown type', 'unknown type') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('unsigned char', 'unsigned char') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('signed char', 'signed char') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('unsigned short', 'unsigned short') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('signed short', 'signed short') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('int', 'int') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('unsigned int', 'unsigned int') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('unsigned long', 'unsigned long') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('long', 'long') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('float', 'float') ... ok >nipy.labs.bindings.tests.test_numpy.test_type_conversions_in_C('double', 'double') ... ok >nipy.labs.bindings.tests.test_numpy.test_copy_vector_contiguous ... ok >nipy.labs.bindings.tests.test_numpy.test_copy_vector_strided ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_matrix ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_matrix_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_matrix_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_array ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_array_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_array_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator_shift ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator_shift_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_pass_vector_via_iterator_shift_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_copy_via_iterators ... ok >nipy.labs.bindings.tests.test_numpy.test_copy_via_iterators_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_copy_via_iterators_uint8 ... ok >nipy.labs.bindings.tests.test_numpy.test_sum_via_iterators ... ok >nipy.labs.bindings.tests.test_numpy.test_sum_via_iterators_int32 ... ok >nipy.labs.bindings.tests.test_numpy.test_sum_via_iterators_uint8 ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Check that an affine transform composed with its inverse returns ... ok >Test misc private methods for AffineTransform. ... ok >Test misc private methods for AffineTransform. ... ok >Test misc private methods for AffineTransform. ... ok >nipy.labs.datasets.transforms.tests.test_affine_utils.test_to_matrix_vector(array([[0, 1, 2], ... ok >nipy.labs.datasets.transforms.tests.test_affine_utils.test_to_matrix_vector(array([10, 11, 12]), array([10, 11, 12])) ... ok >nipy.labs.datasets.transforms.tests.test_affine_utils.test_from_matrix_vector ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_composition(<class 'nipy.labs.datasets.transforms.transform.CompositionError'>, <bound method Transform.composed_with of Transform( ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_composition((array([0.61825149, 0.58691294, 1.33074946, 0.27881147, 1.6378798 , ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_composition((array([1.34765738, 1.82373231, 1.20872498, 0.36447419, 0.75370905, ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_composition(<class 'nipy.labs.datasets.transforms.transform.CompositionError'>, <bound method Transform.composed_with of Transform( ... ok >Test misc private methods for Transform. ... ok >Test misc private methods for Transform. ... ok >Test misc private methods for Transform. ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_inverse(Transform( ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_inverse(Transform( ... ok >nipy.labs.datasets.transforms.tests.test_transform.test_inverse(Transform( ... ok >Sanity testing of the VolumeData class. ... ok >Sanity testing of the VolumeData class. ... ok >Sanity testing of the VolumeData class. ... ok >Sanity testing of the VolumeData class. ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<type 'exceptions.NotImplementedError'>, <bound method VolumeField.get_transform of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>) ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<type 'exceptions.NotImplementedError'>, <bound method VolumeField.as_volume_img of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>) ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<class 'nipy.labs.datasets.transforms.transform.CompositionError'>, <bound method VolumeField.composed_with_transform of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>, Transform( ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<type 'exceptions.NotImplementedError'>, <bound method VolumeField.composed_with_transform of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>, Transform( ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<type 'exceptions.NotImplementedError'>, <bound method VolumeField.resampled_to_img of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>, None) ... ok >nipy.labs.datasets.volumes.tests.test_volume_field.test_interface(<type 'exceptions.NotImplementedError'>, <bound method VolumeField.values_in_world of <nipy.labs.datasets.volumes.volume_field.VolumeField object at 0x7fff8712f410>>, None, None, None) ... ok >nipy.labs.datasets.volumes.tests.test_volume_grid.test_constructor(<type 'exceptions.ValueError'>, <class 'nipy.labs.datasets.volumes.volume_grid.VolumeGrid'>, None, None, {}, 'e') ... ok >Sanity testing of the VolumeGrid class. ... ok >Sanity testing of the VolumeGrid class. ... ok >Sanity testing of the VolumeGrid class. ... ok >Sanity testing of the VolumeGrid class. ... ok >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/datasets/volumes/tests/test_volume_grid.py:65: DeprecationWarning: This function is deprecated. Please call randint(1, 10 + 1) instead > x, y, z = np.random.random_integers(N, size=(3, 10)) - 1 >Test resampling for an grid embedded in world space with an ... ok >Test resampling for an grid embedded in world space with an ... ok >Test resampling for an grid embedded in world space with an ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test casting VolumeGrid to VolumeImg ... ok >nipy.labs.datasets.volumes.tests.test_volume_img.test_constructor(<type 'exceptions.AttributeError'>, <class 'nipy.labs.datasets.volumes.volume_img.VolumeImg'>, None, None, 'foo') ... ok >nipy.labs.datasets.volumes.tests.test_volume_img.test_constructor(<type 'exceptions.ValueError'>, <class 'nipy.labs.datasets.volumes.volume_img.VolumeImg'>, None, array([[1., 0., 0., 0.], ... ok >/usr/lib64/python2.7/site-packages/scipy/ndimage/interpolation.py:478: UserWarning: The behaviour of affine_transform with a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0. > "The behaviour of affine_transform with a one-dimensional " >Test resampling of the VolumeImg with an identity affine. ... ok >Test resampling of the VolumeImg with an identity affine. ... ok >Test resampling of the VolumeImg with an identity affine. ... ok >Test resampling of the VolumeImg with a 1/2 down-sampling affine. ... ok >Test resampling with a given rotation part of the affine. ... ok >Test resampling with a given rotation part of the affine. ... ok >Test resampling with a given rotation part of the affine. ... ok >Test resampling with a given rotation part of the affine. ... ok >Test resampling with a given rotation part of the affine. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test the xyz_ordered method of the VolumeImg. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test copy and equality for VolumeImgs. ... ok >Test the evaluation of the data in world coordinate. ... ok >Trivial test of resampled_to_img. ... ok >Trivial test of resampled_to_img. ... ok >Trivial test of resampled_to_img. ... ok >Trivial test of resampled_to_img. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >Test transforming images. ... ok >nipy.labs.datasets.volumes.tests.test_volume_img.test_get_affine ... ok >/usr/lib/python2.7/site-packages/nibabel/nifti1.py:579: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead > ext_def = np.fromstring(ext_def, dtype=np.int32) >nipy.labs.datasets.tests.test_converters.test_conversion(VolumeImg( ... ok >nipy.labs.datasets.tests.test_converters.test_conversion(VolumeImg( ... ok >nipy.labs.datasets.tests.test_converters.test_basics(<type 'exceptions.ValueError'>, <function as_volume_img at 0x7fff8c6006e0>, 'foobar') ... ok >nipy.labs.datasets.tests.test_converters.test_save ... ok >test_ols_axis0 (nipy.labs.glm.tests.test_glm.TestFitting) ... ok >test_ols_axis1 (nipy.labs.glm.tests.test_glm.TestFitting) ... ok >test_ols_axis2 (nipy.labs.glm.tests.test_glm.TestFitting) ... ok >test_ols_axis3 (nipy.labs.glm.tests.test_glm.TestFitting) ... ok >nipy.labs.group.tests.test_onesample_stat.test_onesample_stat ... ok >test_onesample (nipy.labs.group.tests.test_permutation_test.test_permutation_test) ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/group/permutation_test.py:271: RuntimeWarning: divide by zero encountered in log > Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I])) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/group/permutation_test.py:287: RuntimeWarning: divide by zero encountered in log > Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I])) >ok >test_onesample_graph (nipy.labs.group.tests.test_permutation_test.test_permutation_test) ... ok >test_twosample (nipy.labs.group.tests.test_permutation_test.test_permutation_test) ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/group/permutation_test.py:377: DeprecationWarning: `comb` is deprecated! >Importing `comb` from scipy.misc is deprecated in scipy 1.0.0. Use `scipy.special.comb` instead. > max_nperms = sm.comb(n1+n2,n1,exact=1) >ok >test_twosample_non_null (nipy.labs.group.tests.test_permutation_test.test_permutation_test) ... ok >test_twosample_null (nipy.labs.group.tests.test_permutation_test.test_permutation_test) ... ok >nipy.labs.spatial_models.tests.test_bsa.test_bsa_methods ... ok >nipy.labs.spatial_models.tests.test_bsa.test_pproba ... ok >Test that a parcellation is generated, starting from a list of 3D images ... ok >Test the 1-d topological domain ... ok >Test the 2-d topological domain ... ok >Test the 3-d topological domain ... ok >Test the 4-d topological domain ... ok >Test the 5-d topological domain ... ok >Test the 5-d topological domain ... ok >Test the topology using the nipy.graph approach ... ok >Test the construction of domain based on array ... ok >Test the estimation of connected components ... ok >Test the construction of domain based on image ... ok >Test the construction of domain based on image and related feature ... ok >Test the construction of grid domain based on array ... ok >Test the construction of grid domain based on image ... ok >nipy.labs.spatial_models.tests.test_discrete_domain.test_shape_grid_domain ... ok >test feature inclusion ... ok >test_feature_masking ... ok >test domain masking ... ok >test grid domain masking ... ok >Test domain_from_mesh method ... ok >test representative computation ... ok >test integration in 1d ... ok >test integration in 2d ... ok >nipy.labs.spatial_models.tests.test_hroi.test_hroi ... ok >Test basic construction of a tree of isolated leaves ... ok >Test tree pruning, with parent remapping ... ok >Test ascending merge ... ok >Test ascending merge ... ok >Test ascending merge ... ok >Test ascending merge ... ok >Test descending merge ... ok >Test descending merge ... ok >Test descending merge ... ok >Test leaves ... ok >Test the reduce_to_leaves method on an HROI containing no node ... ok >nipy.labs.spatial_models.tests.test_hroi.test_hroi_from_domain ... ok >Test the computation of representative features ... ok >Test basic construction of multiple_roi ... ok >Test mroi.size ... ok >Test basic construction of multiple_roi ... ok >nipy.labs.spatial_models.tests.test_mroi.test_select_roi ... ok >nipy.labs.spatial_models.tests.test_mroi.test_roi_features ... ok >Test the basic construction of features ... ok >Test the integration ... ok >Test the integration ... ok >Test the computation of representative features ... ok >nipy.labs.spatial_models.tests.test_mroi.test_sd_from_ball ... ok >Test the feature building capability ... ok >nipy.labs.spatial_models.tests.test_mroi.test_set_feature2 ... ok >nipy.labs.spatial_models.tests.test_mroi.test_get_coord ... ok >nipy.labs.spatial_models.tests.test_mroi.test_example ... ok >Simply test parcellation interface ... ok >test parcellation interface, with multiple subjects ... ok >Simply test parcellation feature interface ... ok >Test parcellation feature interface with multiple subjects ... ok >Test the algorithm for hierrachical parcellation ... ok >Test the ability to construct parcel features and random effects models ... ok >Test that mask parcellation performs correctly ... ok >Test that mask parcellation performs correctly ... ok >Test that a parcellation is generated, starting from an input 3D image ... ok >Test that a parcellation is generated, starting from a list of 3D images ... ok >Test that a parcellation is generated, starting from a 4D image ... ok >nipy.labs.spatial_models.tests.test_parcel_io.test_parcel_based_analysis ... ok >test_gamln (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_mahalanobis (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_mahalanobis2 (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_median (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_median2 (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_median3 (nipy.labs.utils.tests.test_misc.TestAll) ... ok >test_psi (nipy.labs.utils.tests.test_misc.TestAll) ... ok >Test on the kappa values for a standard dataset ... ok >Test on the cluster reproducibility values for a standard dataset ... ok >Test on the kappa values for a null dataset ... ok >Test on the kappa values for a non-null dataset ... ok >Test on the kappa values for a standard dataset ... ok >Check that with no noise, the surrogate activation correspond to ... ok >Check that with no noise, the surrogate activation correspond to ... ok >Check that 3D version spits files when required ... ok >Check that 3D version works when a mask is provided ... ok >Run the 4D datageneration; check the output shape and length ... ok >Run the 4D data generation; check that output images are written ... ok >Run the 4D version, with masking ... ok >Run the 4D version, with design_matrix provided ... ok >nipy.labs.viz_tools.test.test_activation_maps.test_demo_plot_map ... ok >nipy.labs.viz_tools.test.test_activation_maps.test_plot_anat ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/coord_tools.py:242: UserWarning: Warning: converting a masked element to nan. > for z in range(_map3d.shape[-1])]) >ok >nipy.labs.viz_tools.test.test_activation_maps.test_plot_anat_kwargs ... SKIP: Skipping test: test_plot_anat_kwargs: Cannot import patch from mock >nipy.labs.viz_tools.test.test_activation_maps.test_anat_cache ... ok >nipy.labs.viz_tools.test.test_activation_maps.test_plot_map_empty ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/labs/viz_tools/slicers.py:376: UserWarning: empty mask > get_mask_bounds(not_mask, affine) >ok >nipy.labs.viz_tools.test.test_activation_maps.test_plot_map_with_auto_cut_coords ... ok >nipy.labs.viz_tools.test.test_cm.test_dim_cmap ... ok >nipy.labs.viz_tools.test.test_cm.test_replace_inside ... ok >nipy.labs.viz_tools.test.test_coord_tools.test_coord_transform_trivial ... ok >nipy.labs.viz_tools.test.test_coord_tools.test_find_cut_coords ... ok >nipy.labs.viz_tools.test.test_coord_tools.test_find_maxsep_cut_coords ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([10.]), 10) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([20.]), 20) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([30.]), 30) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([40.]), 40) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([50.]), 50) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([60.]), 60) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([70.]), 70) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([80.]), 80) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_fast_abs_percentile(array([90.]), 90) ... ok >nipy.labs.viz_tools.test.test_edge_detect.test_edge_detect ... ok >nipy.labs.viz_tools.test.test_slicers.test_demo_ortho_slicer ... ok >Check the extraction of the largest connected component. ... ok >nipy.labs.tests.test_mask.test_threshold_connect_components ... ok >nipy.labs.tests.test_mask.test_mask ... ok >nipy.labs.tests.test_mask.test_mask_files ... ok >Test the smoothing of the timeseries extraction ... ok >Test that the mask computes well on multiple sessions ... ok >nipy.labs.tests.test_statistical_mapping.test1 ... ok >nipy.labs.tests.test_statistical_mapping.test2 ... ok >nipy.labs.tests.test_statistical_mapping.test3 ... ok >nipy.labs.tests.test_statistical_mapping.test_4 ... ok >nipy.labs.tests.test_statistical_mapping.test_5 ... ok >nipy.labs.tests.test_statistical_mapping.test_6 ... ok >nipy.labs.tests.test_statistical_mapping.test7 ... ok >nipy.labs.tests.test_statistical_mapping.test_8 ... ok >nipy.modalities.fmri.fmristat.tests.test_FIAC.test_altprotocol ... ok >nipy.modalities.fmri.fmristat.tests.test_FIAC.test_agreement ... /usr/lib64/python2.7/site-packages/numpy/lib/function_base.py:3183: RuntimeWarning: invalid value encountered in true_divide > c /= stddev[:, None] >/usr/lib64/python2.7/site-packages/numpy/lib/function_base.py:3184: RuntimeWarning: invalid value encountered in true_divide > c /= stddev[None, :] >ok >nipy.modalities.fmri.fmristat.tests.test_FIAC.test_event_design ... ok >nipy.modalities.fmri.fmristat.tests.test_hrf.test_spectral_decomposition ... ok >nipy.modalities.fmri.fmristat.tests.test_iterables.test_iterate_over_image ... ok >nipy.modalities.fmri.fmristat.tests.test_model.test_model_out_img ... ok >nipy.modalities.fmri.fmristat.tests.test_model.test_run ... ok >nipy.modalities.fmri.fmristat.tests.test_model.test_ar_modeling ... ok >nipy.modalities.fmri.fmristat.tests.test_outputters.test_model ... ok >nipy.modalities.fmri.fmristat.tests.test_outputters.test_output_T ... ok >nipy.modalities.fmri.fmristat.tests.test_outputters.test_output_F ... ok >nipy.modalities.fmri.tests.test_aliases.test_implemented_function ... ok >nipy.modalities.fmri.tests.test_aliases.test_lambdify ... ok >nipy.modalities.fmri.tests.test_aliases.test_1d ... ok >nipy.modalities.fmri.tests.test_aliases.test_2d ... ok >nipy.modalities.fmri.tests.test_design.test_event_design ... ok >nipy.modalities.fmri.tests.test_design.test_stack_designs ... ok >nipy.modalities.fmri.tests.test_design.test_openfmri2nipy ... ok >nipy.modalities.fmri.tests.test_design.test_block_amplitudes ... ok >nipy.modalities.fmri.tests.test_dmtx.test_show_dmtx ... ok >nipy.modalities.fmri.tests.test_dmtx.test_cosine_drift ... ok >nipy.modalities.fmri.tests.test_dmtx.test_show_constrast ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx0 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx0b ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx0c ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx0d ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx1 ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/modalities/fmri/hemodynamic_models.py:180: DeprecationWarning: object of type <type 'numpy.float64'> cannot be safely interpreted as an integer. > n_hr) >/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/modalities/fmri/hemodynamic_models.py:37: DeprecationWarning: object of type <type 'float'> cannot be safely interpreted as an integer. > time_stamps = np.linspace(0, time_length, float(time_length) / dt) >ok >nipy.modalities.fmri.tests.test_dmtx.test_convolve_regressors ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx1b ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx1c ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx1d ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx2 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx3 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx4 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx5 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx6 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx7 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx8 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx9 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx10 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx11 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx12 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx13 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx14 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx15 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx16 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx17 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx18 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx19 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_dmtx20 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_fir_block ... ok >nipy.modalities.fmri.tests.test_dmtx.test_csv_io ... ok >nipy.modalities.fmri.tests.test_dmtx.test_spm_1 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_spm_2 ... ok >nipy.modalities.fmri.tests.test_dmtx.test_frametimes_as_a_list ... ok >nipy.modalities.fmri.tests.test_fmri.test_write ... ok >nipy.modalities.fmri.tests.test_fmri.test_iter ... ok >nipy.modalities.fmri.tests.test_fmri.test_subcoordmap ... ok >nipy.modalities.fmri.tests.test_fmri.test_labels1 ... ok >nipy.modalities.fmri.tests.test_glm.test_high_level_glm_with_paths ... ok >nipy.modalities.fmri.tests.test_glm.test_high_level_glm_with_data ... ok >nipy.modalities.fmri.tests.test_glm.test_high_level_glm_contrasts ... ok >nipy.modalities.fmri.tests.test_glm.test_high_level_glm_null_contrasts ... /builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/modalities/fmri/glm.py:581: UserWarning: Contrast for session 1 is null > warn('Contrast for session %d is null' % i) >ok >nipy.modalities.fmri.tests.test_glm.test_glm_ols ... ok >nipy.modalities.fmri.tests.test_glm.test_glm_beta ... ok >nipy.modalities.fmri.tests.test_glm.test_glm_mse ... ok >nipy.modalities.fmri.tests.test_glm.test_glm_logL ... ok >nipy.modalities.fmri.tests.test_glm.test_glm_ar ... ok >nipy.modalities.fmri.tests.test_glm.test_Tcontrast ... ok >nipy.modalities.fmri.tests.test_glm.test_Fcontrast_1d ... ok >nipy.modalities.fmri.tests.test_glm.test_Fcontrast_nd ... ok >nipy.modalities.fmri.tests.test_glm.test_Fcontrast_1d_old ... ok >nipy.modalities.fmri.tests.test_glm.test_Fcontrast_nd_ols ... ok >nipy.modalities.fmri.tests.test_glm.test_t_contrast_add ... ok >nipy.modalities.fmri.tests.test_glm.test_F_contrast_add ... ok >nipy.modalities.fmri.tests.test_glm.test_t_contrast_mul ... ok >nipy.modalities.fmri.tests.test_glm.test_F_contrast_mul ... ok >nipy.modalities.fmri.tests.test_glm.test_t_contrast_values ... ok >nipy.modalities.fmri.tests.test_glm.test_F_contrast_calues ... ok >nipy.modalities.fmri.tests.test_glm.test_tmin ... ok >Test the scaling function ... ok >nipy.modalities.fmri.tests.test_glm.test_fmri_inputs ... ok >nipy.modalities.fmri.tests.test_glm.test_fmri_example ... ok >test that the spm_hrf is correctly normalized and has correct length ... ok >test that the spm_hrf is correctly normalized and has correct length ... ok >test that the spm_hrf is correctly normalized and has correct length ... ok >test that the spm_hrf is correctly normalized and has correct length ... ok >test regressor resampling on a linear function ... ok >test regressor resampling on a sine function ... ok >test that the orthogonalization is OK ... ok >test that the orthogonalization is OK ... ok >Test that the experimental condition is correctly sampled ... ok >Test the experimental condition sampling -- onset = 0 ... ok >Test the experimental condition sampling -- oversampling=10 ... ok >Test the experimental condition sampling -- negative amplitude ... ok >Test the experimental condition sampling -- negative onset ... ok >Test the regressor naming function ... ok >test the hrf computation ... ok >test the generated regressor ... ok >test the generated regressor ... ok >test the generated regressor ... ok >test that warnings are correctly raised upon weird design specification ... ok >nipy.modalities.fmri.tests.test_hrf.test_gamma ... ok >nipy.modalities.fmri.tests.test_hrf.test_spm_hrf ... ok >nipy.modalities.fmri.tests.test_hrf.test_spm_hrf_octave ... ok >nipy.modalities.fmri.tests.test_hrf.test_spm_hrf_errors ... ok >test that a paradigm is correctly read ... ok >nipy.modalities.fmri.tests.test_paradigm.test_paradigm_with_int_condition_ids ... ok >nipy.modalities.fmri.tests.test_realfuncs.test_dct_ii_basis ... ok >nipy.modalities.fmri.tests.test_realfuncs.test_dct_ii_cut_basis ... ok >nipy.modalities.fmri.tests.test_utils.test_define ... ok >nipy.modalities.fmri.tests.test_utils.test_events ... ok >nipy.modalities.fmri.tests.test_utils.test_interp ... ok >nipy.modalities.fmri.tests.test_utils.test_linear_inter_kind ... ok >nipy.modalities.fmri.tests.test_utils.test_step_function ... ok >nipy.modalities.fmri.tests.test_utils.test_blocks ... ok >nipy.modalities.fmri.tests.test_utils.test_convolve_functions ... ok >nipy.modalities.fmri.tests.test_utils.test_interp1d_numeric ... ok >nipy.modalities.fmri.tests.test_utils.test_convolve_hrf ... ok >nipy.utils.tests.test_arrays.test_strides_from ... ok >nipy.utils.tests.test_compat3.test_to_str ... ok >nipy.utils.tests.test_compat3.test_open4csv ... ok >Check that SkipTest was raised at load time ... ok >Check that SkipTest is not raised at run time ... ok >nipy.utils.tests.test_utilities.test_is_iterable ... ok >nipy.utils.tests.test_utilities.test_is_numlike ... ok >nipy.utils.tests.test_utilities.test_seq_prod ... ok >nipy.testing.tests.test_doctester.test_strip_array_repr ... ok >nipy.testing.tests.test_doctester.test_round_numbers ... ok >nipy.testing.tests.test_images.test_dims(2.0, 2.0) ... ok >nipy.testing.tests.test_images.test_dims(False,) ... ok >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_smooth_image_pair >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 32, in test_smooth_image_pair > sigma, method=method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 74, in test_parcel_analysis > _test_parcel_analysis('default', parcel_info) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 55, in _test_parcel_analysis > parcel_info=parcel_info) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_nonstandard >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 78, in test_parcel_analysis_nonstandard > _test_parcel_analysis('default', None, vcon=True, full_res=False) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 55, in _test_parcel_analysis > parcel_info=parcel_info) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_spm >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 82, in test_parcel_analysis_spm > _test_parcel_analysis('spm', None) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 55, in _test_parcel_analysis > parcel_info=parcel_info) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 101, in _smooth_spm > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_nosmooth >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 95, in test_parcel_analysis_nosmooth > fwhm=0) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_write_mode >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 134, in test_parcel_analysis_write_mode > write_smoothed_images=True) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.group.tests.test_parcel_analysis.test_parcel_analysis_function >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/tests/test_parcel_analysis.py", line 142, in test_parcel_analysis_function > parcel_mu_img, parcel_prob_img = parcel_analysis(con_imgs, parcel_img) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 534, in parcel_analysis > res_path=res_path) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 285, in __init__ > self._smooth_images(write_smoothed_images) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 302, in _smooth_images > method=self.smooth_method) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 128, in _smooth_image_pair > scon, svcon = smooth_fn(con, vcon, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 87, in _smooth > scon = _gaussian_filter(con, msk, sigma) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/group/parcel_analysis.py", line 49, in _gaussian_filter > gx[True - msk] /= norma[True - msk] >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg1 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 56, in test_brain_seg1 > _test_brain_seg('3k', niters=3, beta=0.0, ngb_size=6) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg2 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 60, in test_brain_seg2 > _test_brain_seg('3k', niters=3, beta=0.5, ngb_size=6) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg3 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 64, in test_brain_seg3 > _test_brain_seg('4k', niters=3, beta=0.5, ngb_size=6) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg4 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 68, in test_brain_seg4 > _test_brain_seg('4k', niters=3, beta=0.5, ngb_size=26) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg5 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 77, in test_brain_seg5 > niters=3, beta=0.5, ngb_size=6) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg6 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 82, in test_brain_seg6 > convert=False) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.algorithms.segmentation.tests.test_segmentation.test_brain_seg7 >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 89, in test_brain_seg7 > init_params=(mu, sigma)) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/algorithms/segmentation/tests/test_segmentation.py", line 47, in _test_brain_seg > assert_almost_equal(S.ppm[True - S.mask].sum(-1).max(), 0) >TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. >====================================================================== >ERROR: nipy.core.reference.tests.test_coordinate_map.test_dtype_cmap_inverses >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_coordinate_map.py", line 959, in test_dtype_cmap_inverses > r_cmap = cmap.inverse() > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 656, in inverse > m_inv) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 568, in __init__ > 'row %s' % repr(bottom_row)) >ValueError: the homogeneous transform should have bottom=row array([0, 0, 0, 1]) >====================================================================== >ERROR: nipy.core.reference.tests.test_coordinate_map.test_cmap_coord_types >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_coordinate_map.py", line 1042, in test_cmap_coord_types > rcmap = cmap.reordered_domain('ikj').reordered_range('yxz') > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 252, in reordered_domain > return reordered_domain(self, order) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 1223, in reordered_domain > return _compose_cmaps(mapping, _as_coordinate_map(A)) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 1625, in _as_coordinate_map > affine_transform_inv = affine_transform.inverse(preserve_dtype=True) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 656, in inverse > m_inv) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/coordinate_map.py", line 568, in __init__ > 'row %s' % repr(bottom_row)) >ValueError: the homogeneous transform should have bottom=row array([0, 0, 0, 1]) >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00128416, 1.00256327, 1.00373914, 1.00472809, 1.00545942, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0012842, 1.0025633, 1.0037391, 1.0047281, 1.0054594, 1.0058741, > 1.0059236, 1.0055684, 1.0047775, 1.0035272, 1.0018001, 0.9995846, > 0.9968742, 0.9936667, 0.9899638, 0.9857706, 0.9810947, 0.9759467,... > y: array([0.9999842, 0.9998782, 0.9996041, 0.9990965, 0.9983006, 0.9971714, > 0.9956728, 0.9937762, 0.9914599, 0.9887084, 0.9855113, 0.981863 , > 0.9777621, 0.9732105, 0.9682134, 0.9627785, 0.956916 , 0.9506377,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.0012916 , 1.00259163, 1.00379992, 1.00483104, 1.00561272, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0012916, 1.0025916, 1.0037999, 1.004831 , 1.0056127, 1.0060845, > 1.0061965, 1.0059082, 1.0051876, 1.0040099, 1.002357 , 1.0002167, > 0.9975818, 0.9944496, 0.9908213, 0.9867014, 0.9820975, 0.9770196,... > y: array([0.9999842, 0.9998782, 0.9996041, 0.9990965, 0.9983006, 0.9971714, > 0.9956728, 0.9937762, 0.9914599, 0.9887084, 0.9855113, 0.981863 , > 0.9777621, 0.9732105, 0.9682134, 0.9627785, 0.956916 , 0.9506377,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00102464, 1.00202476, 1.0029017 , 1.00357149, 1.00396333, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0010246, 1.0020248, 1.0029017, 1.0035715, 1.0039633, 1.0040182, > 1.0036878, 1.0029331, 1.0017234, 1.0000357, 0.9978533, 0.9951656, > 0.9919669, 0.9882559, 0.9840355, 0.9793118, 0.9740937, 0.9683929,... > y: array([0.9999834, 0.999872 , 0.9995839, 0.9990502, 0.9982132, 0.9970258, > 0.9954496, 0.9934547, 0.9910183, 0.9881239, 0.9847609, 0.9809234, > 0.9766099, 0.9718228, 0.9665675, 0.9608526, 0.9546888, 0.948089 ,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.0010294 , 1.0020429 , 1.00294057, 1.0036373 , 1.00406128, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0010294, 1.0020429, 1.0029406, 1.0036373, 1.0040613, 1.0041526, > 1.0038621, 1.00315 , 1.001985 , 1.0003435, 0.9982083, 0.9955683, > 0.9924174, 0.9887541, 0.9845808, 0.9799034, 0.9747307, 0.969074 ,... > y: array([0.9999834, 0.999872 , 0.9995839, 0.9990502, 0.9982132, 0.9970258, > 0.9954496, 0.9934547, 0.9910183, 0.9881239, 0.9847609, 0.9809234, > 0.9766099, 0.9718228, 0.9665675, 0.9608526, 0.9546888, 0.948089 ,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00206789, 1.00343047, 1.00479136, 1.00616049, 1.00751254, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0020679, 1.0034305, 1.0047914, 1.0061605, 1.0075125, 1.0088137, > 1.0100284, 1.0111217, 1.0120604, 1.0128136, 1.0133532, 1.0136538, > 1.0136929, 1.0134506, 1.01291 , 1.0120568, 1.0108791, 1.0093674,... > y: array([0.9999983, 0.9999819, 0.9999279, 0.9998103, 0.9996018, 0.999275 , > 0.9988038, 0.9981634, 0.9973311, 0.9962861, 0.9950096, 0.9934854, > 0.9916992, 0.9896391, 0.9872951, 0.9846595, 0.9817263, 0.9784913,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00196754, 1.00333552, 1.00473449, 1.00616492, 1.00759679, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0019675, 1.0033355, 1.0047345, 1.0061649, 1.0075968, 1.0089932, > 1.0103163, 1.011529 , 1.0125965, 1.0134865, 1.0141693, 1.0146184, > 1.01481 , 1.0147233, 1.0143404, 1.013646 , 1.0126275, 1.0112748,... > y: array([0.9999983, 0.9999819, 0.9999279, 0.9998103, 0.9996018, 0.999275 , > 0.9988038, 0.9981634, 0.9973311, 0.9962861, 0.9950096, 0.9934854, > 0.9916992, 0.9896391, 0.9872951, 0.9846595, 0.9817263, 0.9784913,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00163698, 1.00272352, 1.00380395, 1.00487737, 1.00591511, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.001637 , 1.0027235, 1.003804 , 1.0048774, 1.0059151, 1.006882 , > 1.007742 , 1.0084597, 1.0090019, 1.0093381, 1.0094401, 1.0092829, > 1.0088444, 1.0081053, 1.0070491, 1.0056622, 1.0039334, 1.001854 ,... > y: array([0.9999982, 0.9999806, 0.9999228, 0.9997968, 0.9995732, 0.999223 , > 0.9987179, 0.9980314, 0.9971391, 0.9960187, 0.9946502, 0.9930162, > 0.9911014, 0.988893 , 0.9863807, 0.9835561, 0.9804129, 0.976947 ,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00157454, 1.00266506, 1.00377013, 1.00488289, 1.00597172, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0015745, 1.0026651, 1.0037701, 1.0048829, 1.0059717, 1.0069995, > 1.0079286, 1.0087225, 1.0093468, 1.00977 , 1.0099631, 1.0099003, > 1.0095586, 1.0089181, 1.0079618, 1.0066754, 1.0050472, 1.003068 ,... > y: array([0.9999982, 0.9999806, 0.9999228, 0.9997968, 0.9995732, 0.999223 , > 0.9987179, 0.9980314, 0.9971391, 0.9960187, 0.9946502, 0.9930162, > 0.9911014, 0.988893 , 0.9863807, 0.9835561, 0.9804129, 0.976947 ,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00130052, 1.00269932, 1.00418873, 1.00575721, 1.00739017, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0013005, 1.0026993, 1.0041887, 1.0057572, 1.0073902, 1.0090706, > 1.01078 , 1.0124983, 1.0142051, 1.0158794, 1.0175004, 1.0190475, > 1.0205006, 1.0218403, 1.0230482, 1.0241067, 1.0249993, 1.0257108,... > y: array([0.9999998, 0.9999975, 0.9999878, 0.9999631, 0.9999135, 0.9998277, > 0.9996933, 0.9994973, 0.9992261, 0.9988661, 0.9984041, 0.9978267, > 0.9971213, 0.9962759, 0.9952791, 0.9941203, 0.9927897, 0.9912785,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00131145, 1.00274285, 1.00428616, 1.00592922, 1.00765664, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0013114, 1.0027428, 1.0042862, 1.0059292, 1.0076566, 1.0094506, > 1.0112914, 1.013158 , 1.0150289, 1.0168818, 1.0186947, 1.0204458, > 1.0221138, 1.0236781, 1.0251189, 1.0264177, 1.0275568, 1.0285197,... > y: array([0.9999998, 0.9999975, 0.9999878, 0.9999631, 0.9999135, 0.9998277, > 0.9996933, 0.9994973, 0.9992261, 0.9988661, 0.9984041, 0.9978267, > 0.9971213, 0.9962759, 0.9952791, 0.9941203, 0.9927897, 0.9912785,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00104224, 1.00216617, 1.00336403, 1.0046241 , 1.00593155, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0010422, 1.0021662, 1.003364 , 1.0046241, 1.0059315, 1.0072692, > 1.008618 , 1.009958 , 1.0112683, 1.0125278, 1.0137154, 1.0148104, > 1.0157925, 1.0166425, 1.0173417, 1.0178728, 1.0182194, 1.0183665,... > y: array([0.9999998, 0.9999973, 0.9999867, 0.9999596, 0.9999052, 0.9998111, > 0.9996638, 0.9994488, 0.9991515, 0.9987568, 0.9982501, 0.997617 , > 0.9968436, 0.9959167, 0.9948239, 0.9935537, 0.9920955, 0.9904395,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00104923, 1.00219404, 1.00342639, 1.00473417, 1.00610206, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0010492, 1.002194 , 1.0034264, 1.0047342, 1.0061021, 1.0075122, > 1.0089451, 1.0103799, 1.011795 , 1.0131684, 1.0144784, 1.0157034, > 1.0168224, 1.0178152, 1.0186625, 1.0193461, 1.019849 , 1.0201553,... > y: array([0.9999998, 0.9999973, 0.9999867, 0.9999596, 0.9999052, 0.9998111, > 0.9996638, 0.9994488, 0.9991515, 0.9987568, 0.9982501, 0.997617 , > 0.9968436, 0.9959167, 0.9948239, 0.9935537, 0.9920955, 0.9904395,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00211093, 1.00349546, 1.00491442, 1.00641357, 1.00800185, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0021109, 1.0034955, 1.0049144, 1.0064136, 1.0080018, 1.0096777, > 1.0114349, 1.0132648, 1.0151572, 1.0171006, 1.0190824, 1.0210897, > 1.0231088, 1.025126 , 1.0271272, 1.0290982, 1.0310251, 1.0328941,... > y: array([1. , 0.9999997, 0.9999981, 0.9999933, 0.9999825, 0.9999618, > 0.9999267, 0.9998716, 0.9997906, 0.9996769, 0.9995235, 0.9993229, > 0.9990675, 0.9987494, 0.9983607, 0.9978935, 0.9973401, 0.9966928,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00196983, 1.00336019, 1.00483163, 1.00641825, 1.00812395, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0019698, 1.0033602, 1.0048316, 1.0064183, 1.008124 , 1.0099443, > 1.0118711, 1.0138942, 1.0160019, 1.0181815, 1.0204193, 1.0227011, > 1.0250123, 1.0273376, 1.029662 , 1.0319701, 1.0342467, 1.0364769,... > y: array([1. , 0.9999997, 0.9999981, 0.9999933, 0.9999825, 0.9999618, > 0.9999267, 0.9998716, 0.9997906, 0.9996769, 0.9995235, 0.9993229, > 0.9990675, 0.9987494, 0.9983607, 0.9978935, 0.9973401, 0.9966928,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00166357, 1.00277164, 1.00391493, 1.00512736, 1.00641421, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0016636, 1.0027716, 1.0039149, 1.0051274, 1.0064142, 1.0077724, > 1.009195 , 1.010673 , 1.0121958, 1.0137516, 1.0153277, 1.016911 , > 1.0184877, 1.0200437, 1.0215649, 1.0230371, 1.0244462, 1.0257782,... > y: array([1. , 0.9999996, 0.9999979, 0.9999925, 0.9999803, 0.999957 , > 0.9999175, 0.9998555, 0.9997643, 0.9996363, 0.9994636, 0.9992378, > 0.9989503, 0.9985923, 0.9981548, 0.9976291, 0.9970065, 0.9962783,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_hotelling2(array([1.00157683, 1.00268971, 1.00386719, 1.00513593, 1.00649807, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([1.0015768, 1.0026897, 1.0038672, 1.0051359, 1.0064981, 1.0079487, > 1.0094798, 1.0110812, 1.0127414, 1.0144479, 1.0161872, 1.0179455, > 1.019708 , 1.0214602, 1.0231869, 1.0248731, 1.0265041, 1.0280652,... > y: array([1. , 0.9999996, 0.9999979, 0.9999925, 0.9999803, 0.999957 , > 0.9999175, 0.9998555, 0.9997643, 0.9996363, 0.9994636, 0.9992378, > 0.9989503, 0.9985923, 0.9981548, 0.9976291, 0.9970065, 0.9962783,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 4.98533795e-02, 3.67441007e-02, 3.02932363e-03, -3.07153578e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 4.9853379e-02, 3.6744101e-02, 3.0293236e-03, -3.0715358e-02, > -5.5960085e-02, -7.0500355e-02, -7.5173828e-02, -7.2038632e-02, > -6.3413881e-02, -5.1417418e-02, -3.7781079e-02, -2.3813240e-02,... > y: array([ 5.0464464e-02, 4.0480578e-02, 9.2870561e-03, -2.3602172e-02, > -4.9716419e-02, -6.6487814e-02, -7.4271711e-02, -7.4671273e-02, > -6.9637562e-02, -6.1021487e-02, -5.0381442e-02, -3.8929470e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.00729325e-02, 3.75692303e-02, 4.17677125e-03, -2.95955695e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 5.0072933e-02, 3.7569230e-02, 4.1767712e-03, -2.9595569e-02, > -5.5102179e-02, -7.0009507e-02, -7.5065956e-02, -7.2284813e-02, > -6.3973071e-02, -5.2255176e-02, -3.8877112e-02, -2.5161699e-02,... > y: array([ 5.0562654e-02, 4.0574769e-02, 9.2215332e-03, -2.3852290e-02, > -5.0056022e-02, -6.6764721e-02, -7.4334925e-02, -7.4407942e-02, > -6.8988791e-02, -5.9982673e-02, -4.8993474e-02, -3.7265863e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.79786919e-02, 4.34492637e-02, 1.87744922e-02, -1.56695493e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 3.7978692e-02, 4.3449264e-02, 1.8774492e-02, -1.5669549e-02, > -4.6206021e-02, -6.6596444e-02, -7.5593965e-02, -7.4626434e-02, > -6.6203389e-02, -5.2981389e-02, -3.7293999e-02, -2.0970752e-02,... > y: array([ 3.7472392e-02, 4.6277174e-02, 2.6064862e-02, -5.3785211e-03, > -3.5417254e-02, -5.7768596e-02, -7.0604425e-02, -7.4611741e-02, > -7.1609126e-02, -6.3704418e-02, -5.2847284e-02, -4.0634633e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 3.79116228e-02, 4.41876895e-02, 2.03218612e-02, -1.37857559e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 3.7911623e-02, 4.4187689e-02, 2.0321861e-02, -1.3785756e-02, > -4.4469994e-02, -6.5326219e-02, -7.4933814e-02, -7.4601604e-02, > -6.6779748e-02, -5.4108386e-02, -3.8927967e-02, -2.3082950e-02,... > y: array([ 3.7498561e-02, 4.6452495e-02, 2.6203318e-02, -5.4473542e-03, > -3.5696872e-02, -5.8118724e-02, -7.0823950e-02, -7.4515054e-02, > -7.1072618e-02, -6.2682949e-02, -5.1369123e-02, -3.8784556e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.65267243e-02, 4.33007333e-02, 2.85508463e-02, -3.96250131e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.6526724e-02, 4.3300733e-02, 2.8550846e-02, -3.9625013e-03, > -3.7965877e-02, -6.3359643e-02, -7.6346303e-02, -7.7327746e-02, > -6.8823734e-02, -5.4010785e-02, -3.5881301e-02, -1.6856750e-02,... > y: array([ 2.5278683e-02, 4.4538862e-02, 3.5631098e-02, 8.6255714e-03, > -2.2724666e-02, -4.9099281e-02, -6.6276480e-02, -7.3669007e-02, > -7.2698725e-02, -6.5587496e-02, -5.4617820e-02, -4.1756617e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.62275664e-02, 4.37174119e-02, 3.02191534e-02, -1.43366035e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.6227566e-02, 4.3717412e-02, 3.0219153e-02, -1.4336603e-03, > -3.5288718e-02, -6.1139791e-02, -7.4945275e-02, -7.6890752e-02, > -6.9360152e-02, -5.5467994e-02, -3.8192282e-02, -1.9962251e-02,... > y: array([ 2.5214898e-02, 4.4675620e-02, 3.5901375e-02, 8.7627738e-03, > -2.2861814e-02, -4.9436211e-02, -6.6593342e-02, -7.3713386e-02, > -7.2273621e-02, -6.4595080e-02, -5.3064768e-02, -3.9735207e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.77291411e-02, 3.99489920e-02, 3.42727114e-02, 5.08756716e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7729141e-02, 3.9948992e-02, 3.4272711e-02, 5.0875672e-03, > -3.1139182e-02, -6.0941727e-02, -7.7681955e-02, -8.0403972e-02, > -7.1487140e-02, -5.4635054e-02, -3.3580553e-02, -1.1426375e-02,... > y: array([ 1.6180624e-02, 3.9451619e-02, 4.0182908e-02, 1.9001205e-02, > -1.1802127e-02, -4.0890194e-02, -6.1728289e-02, -7.2242797e-02, > -7.3252178e-02, -6.6967471e-02, -5.5948814e-02, -4.2516659e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.73105380e-02, 3.99509430e-02, 3.58216176e-02, 8.09908255e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7310538e-02, 3.9950943e-02, 3.5821618e-02, 8.0990825e-03, > -2.7518918e-02, -5.7649641e-02, -7.5385110e-02, -7.9444330e-02, > -7.1964836e-02, -5.6515693e-02, -3.6775675e-02, -1.5837325e-02,... > y: array([ 1.6058871e-02, 3.9480979e-02, 4.0494044e-02, 1.9319402e-02, > -1.1756220e-02, -4.1149846e-02, -6.2090260e-02, -7.2400971e-02, > -7.2932621e-02, -6.6010165e-02, -5.4330967e-02, -4.0334654e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.15709044e-02, 3.53827323e-02, 3.73167781e-02, 1.21085710e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.1570904e-02, 3.5382732e-02, 3.7316778e-02, 1.2108571e-02, > -2.5519066e-02, -5.9348705e-02, -7.9706399e-02, -8.3978646e-02, > -7.4272538e-02, -5.4850769e-02, -3.0295434e-02, -4.5013942e-03,... > y: array([ 1.0036467e-02, 3.3328000e-02, 4.1421473e-02, 2.6434755e-02, > -2.5641642e-03, -3.3300175e-02, -5.7182682e-02, -7.0550744e-02, > -7.3462581e-02, -6.8011425e-02, -5.6984440e-02, -4.3038884e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.11274446e-02, 3.49746805e-02, 3.85695303e-02, 1.54380964e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.1127445e-02, 3.4974680e-02, 3.8569530e-02, 1.5438096e-02, > -2.0980570e-02, -5.4884731e-02, -7.6375874e-02, -8.2407410e-02, > -7.4709165e-02, -5.7305167e-02, -3.4660545e-02, -1.0627676e-02,... > y: array([ 9.8943209e-03, 3.3229097e-02, 4.1693761e-02, 2.6884653e-02, > -2.3245265e-03, -3.3438096e-02, -5.7545763e-02, -7.0796525e-02, > -7.3240591e-02, -6.7092233e-02, -5.5308940e-02, -4.0704536e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.01110522, 0.04198055, 0.06650793, 0.06471991, 0.04708562, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0111052, 0.0419806, 0.0665079, 0.0647199, 0.0470856, > 0.0229203, -0.0013906, -0.0221685, -0.0377457, -0.0477756, > -0.0526884, -0.0533043, -0.05058 , -0.0454557, -0.0387717,... > y: array([-1.3487080e-02, 3.9937091e-02, 6.7764507e-02, 7.0317236e-02, > 5.6581155e-02, 3.5060174e-02, 1.1860980e-02, -9.2745220e-03, > -2.6430785e-02, -3.8940633e-02, -4.6909662e-02, -5.0868059e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.15669222e-02, 4.17653700e-02, 6.69363703e-02, 6.57602693e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.1566922e-02, 4.1765370e-02, 6.6936370e-02, 6.5760269e-02, > 4.8520204e-02, 2.4513728e-02, 1.8326768e-04, -2.0720795e-02, > -3.6471953e-02, -4.6687168e-02, -5.1780090e-02, -5.2568693e-02,... > y: array([-1.3478472e-02, 4.0122682e-02, 6.7952298e-02, 7.0280642e-02, > 5.6188479e-02, 3.4311426e-02, 1.0863337e-02, -1.0353156e-02, > -2.7407174e-02, -3.9650462e-02, -4.7228256e-02, -5.0719139e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.70287179e-02, 1.68331950e-02, 5.37179627e-02, 6.51469326e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7028718e-02, 1.6833195e-02, 5.3717963e-02, 6.5146933e-02, > 5.4821518e-02, 3.2131130e-02, 5.6782115e-03, -1.8619426e-02, > -3.7530928e-02, -4.9881126e-02, -5.5834547e-02, -5.6299331e-02,... > y: array([-2.9261769e-02, 1.2196986e-02, 5.1244683e-02, 6.8168072e-02, > 6.4238955e-02, 4.6918121e-02, 2.3751969e-02, 3.5112166e-04, > -1.9863298e-02, -3.5262056e-02, -4.5463846e-02, -5.0848014e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.75961270e-02, 1.59375582e-02, 5.34590310e-02, 6.59240403e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7596127e-02, 1.5937558e-02, 5.3459031e-02, 6.5924040e-02, > 5.6516335e-02, 3.4397809e-02, 8.1579753e-03, -1.6199991e-02, > -3.5342031e-02, -4.8010830e-02, -5.4320355e-02, -5.5155673e-02,... > y: array([-2.9391808e-02, 1.2184770e-02, 5.1429923e-02, 6.8334406e-02, > 6.4117841e-02, 4.6364577e-02, 2.2792613e-02, -8.5102458e-04, > -2.1075397e-02, -3.6245600e-02, -4.6020839e-02, -5.0845950e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.84417290e-02, -9.87246556e-04, 3.98972460e-02, 6.17415910e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.8441729e-02, -9.8724656e-04, 3.9897246e-02, 6.1741591e-02, > 5.8914194e-02, 3.8573746e-02, 1.0633583e-02, -1.6832392e-02, > -3.8848365e-02, -5.3242469e-02, -5.9841603e-02, -5.9654665e-02,... > y: array([-2.9620381e-02, -6.8671861e-03, 3.3616798e-02, 6.0789292e-02, > 6.6467511e-02, 5.4635704e-02, 3.2931879e-02, 8.3615623e-03, > -1.4189422e-02, -3.2028636e-02, -4.4180162e-02, -5.0800635e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.87988429e-02, -2.31744290e-03, 3.87938947e-02, 6.18883563e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.8798843e-02, -2.3174429e-03, 3.8793895e-02, 6.1888356e-02, > 6.0539621e-02, 4.1343022e-02, 1.4013235e-02, -1.3335081e-02, > -3.5591043e-02, -5.0445599e-02, -5.7625246e-02, -5.8080385e-02,... > y: array([-2.9738846e-02, -7.0816536e-03, 3.3632635e-02, 6.0995367e-02, > 6.6551883e-02, 5.4306270e-02, 3.2089565e-02, 7.1207478e-03, > -1.5570574e-02, -3.3242734e-02, -4.4950198e-02, -5.0929286e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.40897609e-02, -1.20597251e-02, 2.73882285e-02, 5.67621277e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.4089761e-02, -1.2059725e-02, 2.7388228e-02, 5.6762128e-02, > 6.0971832e-02, 4.3303751e-02, 1.4131442e-02, -1.6430844e-02, > -4.1498061e-02, -5.7746125e-02, -6.4611889e-02, -6.3243920e-02,... > y: array([-2.4132473e-02, -1.7842674e-02, 1.8008038e-02, 5.1204874e-02, > 6.5280876e-02, 5.9370428e-02, 4.0018071e-02, 1.5068802e-02, > -9.2644035e-03, -2.9188999e-02, -4.3062845e-02, -5.0766955e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.41490545e-02, -1.34995119e-02, 2.55026655e-02, 5.60642886e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.4149055e-02, -1.3499512e-02, 2.5502666e-02, 5.6064289e-02, > 6.2256893e-02, 4.6412891e-02, 1.8399726e-02, -1.1753640e-02, > -3.7024062e-02, -5.3891654e-02, -6.1627030e-02, -6.1267722e-02,... > y: array([-2.4164110e-02, -1.8162667e-02, 1.7795926e-02, 5.1316368e-02, > 6.5475271e-02, 5.9247497e-02, 3.9331718e-02, 1.3847383e-02, > -1.0763636e-02, -3.0598873e-02, -4.4024767e-02, -5.1012314e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.84700755e-02, -1.81259913e-02, 1.68854262e-02, 5.13487571e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.8470076e-02, -1.8125991e-02, 1.6885426e-02, 5.1348757e-02, > 6.1932912e-02, 4.6981572e-02, 1.6588905e-02, -1.7187147e-02, > -4.5371680e-02, -6.3326270e-02, -7.0056994e-02, -6.6915800e-02,... > y: array([-1.7697701e-02, -2.2877288e-02, 5.4280778e-03, 4.1111719e-02, > 6.2009252e-02, 6.1953984e-02, 4.5481208e-02, 2.0726257e-02, > -4.9576054e-03, -2.6682333e-02, -4.2093351e-02, -5.0756892e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-1.82861176e-02, -1.94142711e-02, 1.43871776e-02, 4.97096020e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.8286118e-02, -1.9414271e-02, 1.4387178e-02, 4.9709602e-02, > 6.2670545e-02, 5.0295272e-02, 2.1752266e-02, -1.1210532e-02, > -3.9520339e-02, -5.8285903e-02, -6.6264123e-02, -6.4622614e-02,... > y: array([-1.7640531e-02, -2.3194810e-02, 5.0069893e-03, 4.1041994e-02, > 6.2218844e-02, 6.1996890e-02, 4.4964310e-02, 1.9563342e-02, > -6.5357115e-03, -2.8259806e-02, -4.3229551e-02, -5.1107023e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.06508004, -0.06306955, -0.01987545, 0.02387763, 0.0533631 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.06508 , -0.0630696, -0.0198754, 0.0238776, 0.0533631, > 0.0661883, 0.0651987, 0.0547987, 0.0392261, 0.0218734, > 0.0051389, -0.0094805, -0.0212066, -0.0297855, -0.0353147,... > y: array([-0.0658456, -0.0686823, -0.0281088, 0.016541 , 0.0497027, > 0.0676861, 0.0721315, 0.0665612, 0.0546842, 0.0396622, > 0.0238808, 0.008966 , -0.0040969, -0.0148147, -0.0230461,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.06542955, -0.06412258, -0.02104731, 0.02309513, 0.05318993, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0654296, -0.0641226, -0.0210473, 0.0230951, 0.0531899, > 0.0666159, 0.0661018, 0.0560231, 0.0406386, 0.0233804, > 0.0066852, -0.0079215, -0.0196457, -0.0282281, -0.0337693,... > y: array([-6.6047156e-02, -6.8640194e-02, -2.7675343e-02, 1.7198349e-02, > 5.0273629e-02, 6.7875668e-02, 7.1750379e-02, 6.5553487e-02, > 5.3113594e-02, 3.7678383e-02, 2.1680533e-02, 6.7579592e-03,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.02733482, -0.06465626, -0.04251935, 0.00094764, 0.0392181 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0273348, -0.0646563, -0.0425193, 0.0009476, 0.0392181, > 0.0614225, 0.0666582, 0.0587017, 0.042645 , 0.0231525, > 0.003766 , -0.0132068, -0.0265294, -0.0357773, -0.0410783,... > y: array([-2.5396410e-02, -6.8244137e-02, -5.2786897e-02, -1.1979813e-02, > 2.8681774e-02, 5.7060413e-02, 7.0275178e-02, 7.0295500e-02, > 6.0928589e-02, 4.6123311e-02, 2.9181892e-02, 1.2510425e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-2.70407341e-02, -6.55725482e-02, -4.44185972e-02, -9.98414705e-04, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7040734e-02, -6.5572548e-02, -4.4418597e-02, -9.9841471e-04, > 3.7963262e-02, 6.1168149e-02, 6.7376494e-02, 6.0191986e-02, > 4.4664026e-02, 2.5486626e-02, 6.2565549e-03, -1.0666846e-02,... > y: array([-2.5480182e-02, -6.8465510e-02, -5.2730035e-02, -1.1487282e-02, > 2.9403698e-02, 5.7624057e-02, 7.0316596e-02, 6.9599473e-02, > 5.9465088e-02, 4.4022737e-02, 2.6680902e-02, 9.8924165e-03,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([-0.00055149, -0.05273753, -0.05276148, -0.01609235, 0.02656716, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0005515, -0.0527375, -0.0527615, -0.0160923, 0.0265672, > 0.0562873, 0.067185 , 0.06147 , 0.0447185, 0.0228534, > 0.0006717, -0.0186098, -0.0332606, -0.0427119, -0.0471872,... > y: array([ 2.7355278e-03, -5.2481686e-02, -6.1960458e-02, -3.2683577e-02, > 9.1674169e-03, 4.4688926e-02, 6.5638955e-02, 7.1331576e-02, > 6.4941507e-02, 5.0854607e-02, 3.3176862e-02, 1.5090550e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.10495553e-04, -5.28992975e-02, -5.47561204e-02, -1.90021634e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.1049555e-04, -5.2899297e-02, -5.4756120e-02, -1.9002163e-02, > 2.4048565e-02, 5.5012481e-02, 6.7413919e-02, 6.3050910e-02, > 4.7314402e-02, 2.6102878e-02, 4.2675887e-03, -1.4900979e-02,... > y: array([ 2.8672096e-03, -5.2650383e-02, -6.2186353e-02, -3.2515226e-02, > 9.7957497e-03, 4.5439389e-02, 6.6024041e-02, 7.0960125e-02, > 6.3647889e-02, 4.8712879e-02, 3.0443071e-02, 1.2117901e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.26391966e-02, -3.73556921e-02, -5.50769320e-02, -2.80495203e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.2639197e-02, -3.7355692e-02, -5.5076932e-02, -2.8049520e-02, > 1.5980891e-02, 5.1700766e-02, 6.7674414e-02, 6.3842601e-02, > 4.5989510e-02, 2.1341847e-02, -3.8998668e-03, -2.5498242e-02,... > y: array([ 1.5677243e-02, -3.3333743e-02, -6.0932279e-02, -4.5957055e-02, > -7.3831085e-03, 3.2280395e-02, 5.9651217e-02, 7.0743042e-02, > 6.7504881e-02, 5.4425926e-02, 3.6286427e-02, 1.7020662e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.34456575e-02, -3.66155178e-02, -5.66087386e-02, -3.15504845e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.3445657e-02, -3.6615518e-02, -5.6608739e-02, -3.1550484e-02, > 1.2214608e-02, 4.9206421e-02, 6.7195610e-02, 6.5399234e-02, > 4.9185922e-02, 2.5645102e-02, 1.0048217e-03, -2.0406628e-02,... > y: array([ 1.5895444e-02, -3.3268911e-02, -6.1232606e-02, -4.6102587e-02, > -6.9899572e-03, 3.3055562e-02, 6.0280373e-02, 7.0672638e-02, > 6.6408368e-02, 5.2289704e-02, 3.3365867e-02, 1.3732655e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.67279851e-02, -2.31321106e-02, -5.28635865e-02, -3.61494579e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.6727985e-02, -2.3132111e-02, -5.2863586e-02, -3.6149458e-02, > 7.3363566e-03, 4.7956053e-02, 6.8524328e-02, 6.6169648e-02, > 4.6692561e-02, 1.8736161e-02, -9.8986601e-03, -3.3822952e-02,... > y: array([ 1.8685068e-02, -1.6455167e-02, -5.4196893e-02, -5.3218798e-02, > -2.0696458e-02, 2.0627499e-02, 5.3098465e-02, 6.9161470e-02, > 6.9092476e-02, 5.7187543e-02, 3.8771249e-02, 1.8496194e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 1.73009267e-02, -2.16578238e-02, -5.35773118e-02, -3.98532451e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7300927e-02, -2.1657824e-02, -5.3577312e-02, -3.9853245e-02, > 2.4328583e-03, 4.4126826e-02, 6.7180841e-02, 6.7642161e-02, > 5.0571963e-02, 2.4292281e-02, -3.4296578e-03, -2.7104364e-02,... > y: array([ 1.8859224e-02, -1.6138695e-02, -5.4382741e-02, -5.3578121e-02, > -2.0592582e-02, 2.1306449e-02, 5.3874845e-02, 6.9353127e-02, > 6.8200825e-02, 5.5086262e-02, 3.5696519e-02, 1.4922099e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05021787, -0.04797738, -0.08925184, -0.08265227, -0.05142451, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0502179, -0.0479774, -0.0892518, -0.0826523, -0.0514245, > -0.0138075, 0.0193572, 0.0431373, 0.0564589, 0.060407 , > 0.0570376, 0.0486387, 0.0373185, 0.0248149, 0.01244 ,... > y: array([ 0.0545939, -0.0454941, -0.0937149, -0.0942991, -0.0676284, > -0.0310027, 0.0044529, 0.0329335, 0.0523336, 0.0627914, > 0.0656149, 0.0625722, 0.0554647, 0.0458998, 0.0351915,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05080181, -0.04800809, -0.09028168, -0.0843524 , -0.0532899 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0508018, -0.0480081, -0.0902817, -0.0843524, -0.0532899, > -0.0154413, 0.0181673, 0.0424467, 0.0562269, 0.0605526, > 0.0574787, 0.0493116, 0.0381842, 0.0258558, 0.013652 ,... > y: array([ 0.054308 , -0.0460325, -0.0939082, -0.0937663, -0.0663544, > -0.0292585, 0.0062584, 0.0343872, 0.0531086, 0.06269 , > 0.0645754, 0.0606512, 0.0528084, 0.0427102, 0.0316966,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.0751318 , 0.00505813, -0.06396602, -0.08535194, -0.067649 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0751318, 0.0050581, -0.063966 , -0.0853519, -0.067649 , > -0.0311866, 0.0072031, 0.0376017, 0.0560769, 0.0626681, > 0.0595346, 0.0496223, 0.0358455, 0.0206642, 0.0059275,... > y: array([ 0.0794499, 0.0138289, -0.0609522, -0.0935065, -0.0861767, > -0.0555632, -0.0174283, 0.0176044, 0.0440538, 0.0602386, > 0.0668126, 0.0656 , 0.0588056, 0.0485443, 0.0366053,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.07616451, 0.00644709, -0.06394467, -0.08702847, -0.0704064 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0761645, 0.0064471, -0.0639447, -0.0870285, -0.0704064, > -0.0341875, 0.0046078, 0.0357623, 0.0550934, 0.0624876, > 0.0600393, 0.0506871, 0.0373656, 0.0225612, 0.0081437,... > y: array([ 7.9640225e-02, 1.3525915e-02, -6.1515766e-02, -9.3657211e-02, > -8.5453093e-02, -5.3957861e-02, -1.5312989e-02, 1.9677898e-02, > 4.5546067e-02, 6.0751123e-02, 6.6144107e-02, 6.3745465e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.05709521, 0.0377995 , -0.03467643, -0.07759549, -0.07526426, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0570952, 0.0377995, -0.0346764, -0.0775955, -0.0752643, > -0.043128 , -0.0017111, 0.0340905, 0.0569427, 0.0654528, > 0.0617753, 0.0495893, 0.0327496, 0.0145502, -0.0025702,... > y: array([ 5.7961141e-02, 4.9147398e-02, -2.3235135e-02, -7.8057614e-02, > -9.1665336e-02, -7.1887748e-02, -3.5333406e-02, 3.5170562e-03, > 3.5581705e-02, 5.6867137e-02, 6.6974008e-02, 6.7549808e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 5.74917071e-02, 4.01191981e-02, -3.29859445e-02, -7.82863598e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 5.7491707e-02, 4.0119198e-02, -3.2985944e-02, -7.8286360e-02, > -7.8228080e-02, -4.7258680e-02, -5.8132416e-03, 3.0850748e-02, > 5.4962508e-02, 6.4799098e-02, 6.2329065e-02, 5.1160084e-02,... > y: array([ 5.8183302e-02, 4.9325611e-02, -2.3621569e-02, -7.8573225e-02, > -9.1534521e-02, -7.0690147e-02, -3.3220531e-02, 5.9719953e-03, > 3.7661971e-02, 5.7954708e-02, 6.6690347e-02, 6.5795072e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.03042221, 0.05132031, -0.00940917, -0.06573645, -0.07785081, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0304222, 0.0513203, -0.0094092, -0.0657364, -0.0778508, > -0.0513672, -0.0080763, 0.0324649, 0.0591592, 0.0689103, > 0.0638557, 0.0485639, 0.0280211, 0.0064916, -0.0129468,... > y: array([ 2.7904648e-02, 6.0995979e-02, 8.3824087e-03, -5.6676090e-02, > -8.8536683e-02, -8.1543860e-02, -4.9401550e-02, -8.8998258e-03, > 2.7505253e-02, 5.3260519e-02, 6.6626345e-02, 6.8885883e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 2.99289957e-02, 5.36037030e-02, -6.18906239e-03, -6.48655610e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.9928996e-02, 5.3603703e-02, -6.1890624e-03, -6.4865561e-02, > -8.0382503e-02, -5.6295093e-02, -1.3673167e-02, 2.7669294e-02, > 5.6022376e-02, 6.7724368e-02, 6.4541493e-02, 5.0859261e-02,... > y: array([ 2.7866378e-02, 6.1426387e-02, 8.4349343e-03, -5.7183155e-02, > -8.8836948e-02, -8.0834856e-02, -4.7490428e-02, -6.2567137e-03, > 3.0047503e-02, 5.4867773e-02, 6.6718437e-02, 6.7242045e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 0.00960378, 0.05225107, 0.00974753, -0.05305095, -0.07770706, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0096038, 0.0522511, 0.0097475, -0.053051 , -0.0777071, > -0.0572155, -0.0125298, 0.0324902, 0.0626725, 0.0730048, > 0.0656753, 0.0463787, 0.0214797, -0.0036293, -0.0251899,... > y: array([ 5.4975416e-03, 5.7642115e-02, 3.0625469e-02, -3.4538080e-02, > -8.0241495e-02, -8.6161281e-02, -6.0158651e-02, -1.9648131e-02, > 2.0026059e-02, 4.9677333e-02, 6.6028305e-02, 6.9850177e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F2(array([ 8.58479614e-03, 5.37607997e-02, 1.39699112e-02, -5.04097510e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 8.5847961e-03, 5.3760800e-02, 1.3969911e-02, -5.0409751e-02, > -7.9321741e-02, -6.2629285e-02, -1.9589017e-02, 2.6013265e-02, > 5.8263489e-02, 7.1295986e-02, 6.6668924e-02, 4.9724397e-02,... > y: array([ 5.2329013e-03, 5.8001567e-02, 3.1101685e-02, -3.4767409e-02, > -8.0746699e-02, -8.5907237e-02, -5.8559003e-02, -1.6962554e-02, > 2.2920063e-02, 5.1747376e-02, 6.6478378e-02, 6.8318030e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 4.98533795e-02, 3.67441007e-02, 3.02932363e-03, -3.07153578e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 4.9853379e-02, 3.6744101e-02, 3.0293236e-03, -3.0715358e-02, > -5.5960085e-02, -7.0500355e-02, -7.5173828e-02, -7.2038632e-02, > -6.3413881e-02, -5.1417418e-02, -3.7781079e-02, -2.3813240e-02,... > y: array([ 5.0464464e-02, 4.0480578e-02, 9.2870561e-03, -2.3602172e-02, > -4.9716419e-02, -6.6487814e-02, -7.4271711e-02, -7.4671273e-02, > -6.9637562e-02, -6.1021487e-02, -5.0381442e-02, -3.8929470e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.00729325e-02, 3.75692303e-02, 4.17677125e-03, -2.95955695e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 5.0072933e-02, 3.7569230e-02, 4.1767712e-03, -2.9595569e-02, > -5.5102179e-02, -7.0009507e-02, -7.5065956e-02, -7.2284813e-02, > -6.3973071e-02, -5.2255176e-02, -3.8877112e-02, -2.5161699e-02,... > y: array([ 5.0562654e-02, 4.0574769e-02, 9.2215332e-03, -2.3852290e-02, > -5.0056022e-02, -6.6764721e-02, -7.4334925e-02, -7.4407942e-02, > -6.8988791e-02, -5.9982673e-02, -4.8993474e-02, -3.7265863e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.79786919e-02, 4.34492637e-02, 1.87744922e-02, -1.56695493e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 3.7978692e-02, 4.3449264e-02, 1.8774492e-02, -1.5669549e-02, > -4.6206021e-02, -6.6596444e-02, -7.5593965e-02, -7.4626434e-02, > -6.6203389e-02, -5.2981389e-02, -3.7293999e-02, -2.0970752e-02,... > y: array([ 3.7472392e-02, 4.6277174e-02, 2.6064862e-02, -5.3785211e-03, > -3.5417254e-02, -5.7768596e-02, -7.0604425e-02, -7.4611741e-02, > -7.1609126e-02, -6.3704418e-02, -5.2847284e-02, -4.0634633e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 3.79116228e-02, 4.41876895e-02, 2.03218612e-02, -1.37857559e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 3.7911623e-02, 4.4187689e-02, 2.0321861e-02, -1.3785756e-02, > -4.4469994e-02, -6.5326219e-02, -7.4933814e-02, -7.4601604e-02, > -6.6779748e-02, -5.4108386e-02, -3.8927967e-02, -2.3082950e-02,... > y: array([ 3.7498561e-02, 4.6452495e-02, 2.6203318e-02, -5.4473542e-03, > -3.5696872e-02, -5.8118724e-02, -7.0823950e-02, -7.4515054e-02, > -7.1072618e-02, -6.2682949e-02, -5.1369123e-02, -3.8784556e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.65267243e-02, 4.33007333e-02, 2.85508463e-02, -3.96250131e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.6526724e-02, 4.3300733e-02, 2.8550846e-02, -3.9625013e-03, > -3.7965877e-02, -6.3359643e-02, -7.6346303e-02, -7.7327746e-02, > -6.8823734e-02, -5.4010785e-02, -3.5881301e-02, -1.6856750e-02,... > y: array([ 2.5278683e-02, 4.4538862e-02, 3.5631098e-02, 8.6255714e-03, > -2.2724666e-02, -4.9099281e-02, -6.6276480e-02, -7.3669007e-02, > -7.2698725e-02, -6.5587496e-02, -5.4617820e-02, -4.1756617e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.62275664e-02, 4.37174119e-02, 3.02191534e-02, -1.43366035e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.6227566e-02, 4.3717412e-02, 3.0219153e-02, -1.4336603e-03, > -3.5288718e-02, -6.1139791e-02, -7.4945275e-02, -7.6890752e-02, > -6.9360152e-02, -5.5467994e-02, -3.8192282e-02, -1.9962251e-02,... > y: array([ 2.5214898e-02, 4.4675620e-02, 3.5901375e-02, 8.7627738e-03, > -2.2861814e-02, -4.9436211e-02, -6.6593342e-02, -7.3713386e-02, > -7.2273621e-02, -6.4595080e-02, -5.3064768e-02, -3.9735207e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.77291411e-02, 3.99489920e-02, 3.42727114e-02, 5.08756716e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7729141e-02, 3.9948992e-02, 3.4272711e-02, 5.0875672e-03, > -3.1139182e-02, -6.0941727e-02, -7.7681955e-02, -8.0403972e-02, > -7.1487140e-02, -5.4635054e-02, -3.3580553e-02, -1.1426375e-02,... > y: array([ 1.6180624e-02, 3.9451619e-02, 4.0182908e-02, 1.9001205e-02, > -1.1802127e-02, -4.0890194e-02, -6.1728289e-02, -7.2242797e-02, > -7.3252178e-02, -6.6967471e-02, -5.5948814e-02, -4.2516659e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.73105380e-02, 3.99509430e-02, 3.58216176e-02, 8.09908255e-03, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7310538e-02, 3.9950943e-02, 3.5821618e-02, 8.0990825e-03, > -2.7518918e-02, -5.7649641e-02, -7.5385110e-02, -7.9444330e-02, > -7.1964836e-02, -5.6515693e-02, -3.6775675e-02, -1.5837325e-02,... > y: array([ 1.6058871e-02, 3.9480979e-02, 4.0494044e-02, 1.9319402e-02, > -1.1756220e-02, -4.1149846e-02, -6.2090260e-02, -7.2400971e-02, > -7.2932621e-02, -6.6010165e-02, -5.4330967e-02, -4.0334654e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.15709044e-02, 3.53827323e-02, 3.73167781e-02, 1.21085710e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.1570904e-02, 3.5382732e-02, 3.7316778e-02, 1.2108571e-02, > -2.5519066e-02, -5.9348705e-02, -7.9706399e-02, -8.3978646e-02, > -7.4272538e-02, -5.4850769e-02, -3.0295434e-02, -4.5013942e-03,... > y: array([ 1.0036467e-02, 3.3328000e-02, 4.1421473e-02, 2.6434755e-02, > -2.5641642e-03, -3.3300175e-02, -5.7182682e-02, -7.0550744e-02, > -7.3462581e-02, -6.8011425e-02, -5.6984440e-02, -4.3038884e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.11274446e-02, 3.49746805e-02, 3.85695303e-02, 1.54380964e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.1127445e-02, 3.4974680e-02, 3.8569530e-02, 1.5438096e-02, > -2.0980570e-02, -5.4884731e-02, -7.6375874e-02, -8.2407410e-02, > -7.4709165e-02, -5.7305167e-02, -3.4660545e-02, -1.0627676e-02,... > y: array([ 9.8943209e-03, 3.3229097e-02, 4.1693761e-02, 2.6884653e-02, > -2.3245265e-03, -3.3438096e-02, -5.7545763e-02, -7.0796525e-02, > -7.3240591e-02, -6.7092233e-02, -5.5308940e-02, -4.0704536e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.01110522, 0.04198055, 0.06650793, 0.06471991, 0.04708562, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0111052, 0.0419806, 0.0665079, 0.0647199, 0.0470856, > 0.0229203, -0.0013906, -0.0221685, -0.0377457, -0.0477756, > -0.0526884, -0.0533043, -0.05058 , -0.0454557, -0.0387717,... > y: array([-1.3487080e-02, 3.9937091e-02, 6.7764507e-02, 7.0317236e-02, > 5.6581155e-02, 3.5060174e-02, 1.1860980e-02, -9.2745220e-03, > -2.6430785e-02, -3.8940633e-02, -4.6909662e-02, -5.0868059e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.15669222e-02, 4.17653700e-02, 6.69363703e-02, 6.57602693e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.1566922e-02, 4.1765370e-02, 6.6936370e-02, 6.5760269e-02, > 4.8520204e-02, 2.4513728e-02, 1.8326768e-04, -2.0720795e-02, > -3.6471953e-02, -4.6687168e-02, -5.1780090e-02, -5.2568693e-02,... > y: array([-1.3478472e-02, 4.0122682e-02, 6.7952298e-02, 7.0280642e-02, > 5.6188479e-02, 3.4311426e-02, 1.0863337e-02, -1.0353156e-02, > -2.7407174e-02, -3.9650462e-02, -4.7228256e-02, -5.0719139e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.70287179e-02, 1.68331950e-02, 5.37179627e-02, 6.51469326e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7028718e-02, 1.6833195e-02, 5.3717963e-02, 6.5146933e-02, > 5.4821518e-02, 3.2131130e-02, 5.6782115e-03, -1.8619426e-02, > -3.7530928e-02, -4.9881126e-02, -5.5834547e-02, -5.6299331e-02,... > y: array([-2.9261769e-02, 1.2196986e-02, 5.1244683e-02, 6.8168072e-02, > 6.4238955e-02, 4.6918121e-02, 2.3751969e-02, 3.5112166e-04, > -1.9863298e-02, -3.5262056e-02, -4.5463846e-02, -5.0848014e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.75961270e-02, 1.59375582e-02, 5.34590310e-02, 6.59240403e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7596127e-02, 1.5937558e-02, 5.3459031e-02, 6.5924040e-02, > 5.6516335e-02, 3.4397809e-02, 8.1579753e-03, -1.6199991e-02, > -3.5342031e-02, -4.8010830e-02, -5.4320355e-02, -5.5155673e-02,... > y: array([-2.9391808e-02, 1.2184770e-02, 5.1429923e-02, 6.8334406e-02, > 6.4117841e-02, 4.6364577e-02, 2.2792613e-02, -8.5102458e-04, > -2.1075397e-02, -3.6245600e-02, -4.6020839e-02, -5.0845950e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.84417290e-02, -9.87246556e-04, 3.98972460e-02, 6.17415910e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.8441729e-02, -9.8724656e-04, 3.9897246e-02, 6.1741591e-02, > 5.8914194e-02, 3.8573746e-02, 1.0633583e-02, -1.6832392e-02, > -3.8848365e-02, -5.3242469e-02, -5.9841603e-02, -5.9654665e-02,... > y: array([-2.9620381e-02, -6.8671861e-03, 3.3616798e-02, 6.0789292e-02, > 6.6467511e-02, 5.4635704e-02, 3.2931879e-02, 8.3615623e-03, > -1.4189422e-02, -3.2028636e-02, -4.4180162e-02, -5.0800635e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.87988429e-02, -2.31744290e-03, 3.87938947e-02, 6.18883563e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.8798843e-02, -2.3174429e-03, 3.8793895e-02, 6.1888356e-02, > 6.0539621e-02, 4.1343022e-02, 1.4013235e-02, -1.3335081e-02, > -3.5591043e-02, -5.0445599e-02, -5.7625246e-02, -5.8080385e-02,... > y: array([-2.9738846e-02, -7.0816536e-03, 3.3632635e-02, 6.0995367e-02, > 6.6551883e-02, 5.4306270e-02, 3.2089565e-02, 7.1207478e-03, > -1.5570574e-02, -3.3242734e-02, -4.4950198e-02, -5.0929286e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.40897609e-02, -1.20597251e-02, 2.73882285e-02, 5.67621277e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.4089761e-02, -1.2059725e-02, 2.7388228e-02, 5.6762128e-02, > 6.0971832e-02, 4.3303751e-02, 1.4131442e-02, -1.6430844e-02, > -4.1498061e-02, -5.7746125e-02, -6.4611889e-02, -6.3243920e-02,... > y: array([-2.4132473e-02, -1.7842674e-02, 1.8008038e-02, 5.1204874e-02, > 6.5280876e-02, 5.9370428e-02, 4.0018071e-02, 1.5068802e-02, > -9.2644035e-03, -2.9188999e-02, -4.3062845e-02, -5.0766955e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.41490545e-02, -1.34995119e-02, 2.55026655e-02, 5.60642886e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.4149055e-02, -1.3499512e-02, 2.5502666e-02, 5.6064289e-02, > 6.2256893e-02, 4.6412891e-02, 1.8399726e-02, -1.1753640e-02, > -3.7024062e-02, -5.3891654e-02, -6.1627030e-02, -6.1267722e-02,... > y: array([-2.4164110e-02, -1.8162667e-02, 1.7795926e-02, 5.1316368e-02, > 6.5475271e-02, 5.9247497e-02, 3.9331718e-02, 1.3847383e-02, > -1.0763636e-02, -3.0598873e-02, -4.4024767e-02, -5.1012314e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.84700755e-02, -1.81259913e-02, 1.68854262e-02, 5.13487571e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.8470076e-02, -1.8125991e-02, 1.6885426e-02, 5.1348757e-02, > 6.1932912e-02, 4.6981572e-02, 1.6588905e-02, -1.7187147e-02, > -4.5371680e-02, -6.3326270e-02, -7.0056994e-02, -6.6915800e-02,... > y: array([-1.7697701e-02, -2.2877288e-02, 5.4280778e-03, 4.1111719e-02, > 6.2009252e-02, 6.1953984e-02, 4.5481208e-02, 2.0726257e-02, > -4.9576054e-03, -2.6682333e-02, -4.2093351e-02, -5.0756892e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-1.82861176e-02, -1.94142711e-02, 1.43871776e-02, 4.97096020e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-1.8286118e-02, -1.9414271e-02, 1.4387178e-02, 4.9709602e-02, > 6.2670545e-02, 5.0295272e-02, 2.1752266e-02, -1.1210532e-02, > -3.9520339e-02, -5.8285903e-02, -6.6264123e-02, -6.4622614e-02,... > y: array([-1.7640531e-02, -2.3194810e-02, 5.0069893e-03, 4.1041994e-02, > 6.2218844e-02, 6.1996890e-02, 4.4964310e-02, 1.9563342e-02, > -6.5357115e-03, -2.8259806e-02, -4.3229551e-02, -5.1107023e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.06508004, -0.06306955, -0.01987545, 0.02387763, 0.0533631 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.06508 , -0.0630696, -0.0198754, 0.0238776, 0.0533631, > 0.0661883, 0.0651987, 0.0547987, 0.0392261, 0.0218734, > 0.0051389, -0.0094805, -0.0212066, -0.0297855, -0.0353147,... > y: array([-0.0658456, -0.0686823, -0.0281088, 0.016541 , 0.0497027, > 0.0676861, 0.0721315, 0.0665612, 0.0546842, 0.0396622, > 0.0238808, 0.008966 , -0.0040969, -0.0148147, -0.0230461,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.06542955, -0.06412258, -0.02104731, 0.02309513, 0.05318993, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0654296, -0.0641226, -0.0210473, 0.0230951, 0.0531899, > 0.0666159, 0.0661018, 0.0560231, 0.0406386, 0.0233804, > 0.0066852, -0.0079215, -0.0196457, -0.0282281, -0.0337693,... > y: array([-6.6047156e-02, -6.8640194e-02, -2.7675343e-02, 1.7198349e-02, > 5.0273629e-02, 6.7875668e-02, 7.1750379e-02, 6.5553487e-02, > 5.3113594e-02, 3.7678383e-02, 2.1680533e-02, 6.7579592e-03,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.02733482, -0.06465626, -0.04251935, 0.00094764, 0.0392181 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0273348, -0.0646563, -0.0425193, 0.0009476, 0.0392181, > 0.0614225, 0.0666582, 0.0587017, 0.042645 , 0.0231525, > 0.003766 , -0.0132068, -0.0265294, -0.0357773, -0.0410783,... > y: array([-2.5396410e-02, -6.8244137e-02, -5.2786897e-02, -1.1979813e-02, > 2.8681774e-02, 5.7060413e-02, 7.0275178e-02, 7.0295500e-02, > 6.0928589e-02, 4.6123311e-02, 2.9181892e-02, 1.2510425e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-2.70407341e-02, -6.55725482e-02, -4.44185972e-02, -9.98414705e-04, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-2.7040734e-02, -6.5572548e-02, -4.4418597e-02, -9.9841471e-04, > 3.7963262e-02, 6.1168149e-02, 6.7376494e-02, 6.0191986e-02, > 4.4664026e-02, 2.5486626e-02, 6.2565549e-03, -1.0666846e-02,... > y: array([-2.5480182e-02, -6.8465510e-02, -5.2730035e-02, -1.1487282e-02, > 2.9403698e-02, 5.7624057e-02, 7.0316596e-02, 6.9599473e-02, > 5.9465088e-02, 4.4022737e-02, 2.6680902e-02, 9.8924165e-03,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([-0.00055149, -0.05273753, -0.05276148, -0.01609235, 0.02656716, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([-0.0005515, -0.0527375, -0.0527615, -0.0160923, 0.0265672, > 0.0562873, 0.067185 , 0.06147 , 0.0447185, 0.0228534, > 0.0006717, -0.0186098, -0.0332606, -0.0427119, -0.0471872,... > y: array([ 2.7355278e-03, -5.2481686e-02, -6.1960458e-02, -3.2683577e-02, > 9.1674169e-03, 4.4688926e-02, 6.5638955e-02, 7.1331576e-02, > 6.4941507e-02, 5.0854607e-02, 3.3176862e-02, 1.5090550e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.10495553e-04, -5.28992975e-02, -5.47561204e-02, -1.90021634e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.1049555e-04, -5.2899297e-02, -5.4756120e-02, -1.9002163e-02, > 2.4048565e-02, 5.5012481e-02, 6.7413919e-02, 6.3050910e-02, > 4.7314402e-02, 2.6102878e-02, 4.2675887e-03, -1.4900979e-02,... > y: array([ 2.8672096e-03, -5.2650383e-02, -6.2186353e-02, -3.2515226e-02, > 9.7957497e-03, 4.5439389e-02, 6.6024041e-02, 7.0960125e-02, > 6.3647889e-02, 4.8712879e-02, 3.0443071e-02, 1.2117901e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.26391966e-02, -3.73556921e-02, -5.50769320e-02, -2.80495203e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.2639197e-02, -3.7355692e-02, -5.5076932e-02, -2.8049520e-02, > 1.5980891e-02, 5.1700766e-02, 6.7674414e-02, 6.3842601e-02, > 4.5989510e-02, 2.1341847e-02, -3.8998668e-03, -2.5498242e-02,... > y: array([ 1.5677243e-02, -3.3333743e-02, -6.0932279e-02, -4.5957055e-02, > -7.3831085e-03, 3.2280395e-02, 5.9651217e-02, 7.0743042e-02, > 6.7504881e-02, 5.4425926e-02, 3.6286427e-02, 1.7020662e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.34456575e-02, -3.66155178e-02, -5.66087386e-02, -3.15504845e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.3445657e-02, -3.6615518e-02, -5.6608739e-02, -3.1550484e-02, > 1.2214608e-02, 4.9206421e-02, 6.7195610e-02, 6.5399234e-02, > 4.9185922e-02, 2.5645102e-02, 1.0048217e-03, -2.0406628e-02,... > y: array([ 1.5895444e-02, -3.3268911e-02, -6.1232606e-02, -4.6102587e-02, > -6.9899572e-03, 3.3055562e-02, 6.0280373e-02, 7.0672638e-02, > 6.6408368e-02, 5.2289704e-02, 3.3365867e-02, 1.3732655e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.67279851e-02, -2.31321106e-02, -5.28635865e-02, -3.61494579e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.6727985e-02, -2.3132111e-02, -5.2863586e-02, -3.6149458e-02, > 7.3363566e-03, 4.7956053e-02, 6.8524328e-02, 6.6169648e-02, > 4.6692561e-02, 1.8736161e-02, -9.8986601e-03, -3.3822952e-02,... > y: array([ 1.8685068e-02, -1.6455167e-02, -5.4196893e-02, -5.3218798e-02, > -2.0696458e-02, 2.0627499e-02, 5.3098465e-02, 6.9161470e-02, > 6.9092476e-02, 5.7187543e-02, 3.8771249e-02, 1.8496194e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 1.73009267e-02, -2.16578238e-02, -5.35773118e-02, -3.98532451e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 1.7300927e-02, -2.1657824e-02, -5.3577312e-02, -3.9853245e-02, > 2.4328583e-03, 4.4126826e-02, 6.7180841e-02, 6.7642161e-02, > 5.0571963e-02, 2.4292281e-02, -3.4296578e-03, -2.7104364e-02,... > y: array([ 1.8859224e-02, -1.6138695e-02, -5.4382741e-02, -5.3578121e-02, > -2.0592582e-02, 2.1306449e-02, 5.3874845e-02, 6.9353127e-02, > 6.8200825e-02, 5.5086262e-02, 3.5696519e-02, 1.4922099e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05021787, -0.04797738, -0.08925184, -0.08265227, -0.05142451, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0502179, -0.0479774, -0.0892518, -0.0826523, -0.0514245, > -0.0138075, 0.0193572, 0.0431373, 0.0564589, 0.060407 , > 0.0570376, 0.0486387, 0.0373185, 0.0248149, 0.01244 ,... > y: array([ 0.0545939, -0.0454941, -0.0937149, -0.0942991, -0.0676284, > -0.0310027, 0.0044529, 0.0329335, 0.0523336, 0.0627914, > 0.0656149, 0.0625722, 0.0554647, 0.0458998, 0.0351915,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05080181, -0.04800809, -0.09028168, -0.0843524 , -0.0532899 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0508018, -0.0480081, -0.0902817, -0.0843524, -0.0532899, > -0.0154413, 0.0181673, 0.0424467, 0.0562269, 0.0605526, > 0.0574787, 0.0493116, 0.0381842, 0.0258558, 0.013652 ,... > y: array([ 0.054308 , -0.0460325, -0.0939082, -0.0937663, -0.0663544, > -0.0292585, 0.0062584, 0.0343872, 0.0531086, 0.06269 , > 0.0645754, 0.0606512, 0.0528084, 0.0427102, 0.0316966,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.0751318 , 0.00505813, -0.06396602, -0.08535194, -0.067649 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0751318, 0.0050581, -0.063966 , -0.0853519, -0.067649 , > -0.0311866, 0.0072031, 0.0376017, 0.0560769, 0.0626681, > 0.0595346, 0.0496223, 0.0358455, 0.0206642, 0.0059275,... > y: array([ 0.0794499, 0.0138289, -0.0609522, -0.0935065, -0.0861767, > -0.0555632, -0.0174283, 0.0176044, 0.0440538, 0.0602386, > 0.0668126, 0.0656 , 0.0588056, 0.0485443, 0.0366053,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.07616451, 0.00644709, -0.06394467, -0.08702847, -0.0704064 , >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0761645, 0.0064471, -0.0639447, -0.0870285, -0.0704064, > -0.0341875, 0.0046078, 0.0357623, 0.0550934, 0.0624876, > 0.0600393, 0.0506871, 0.0373656, 0.0225612, 0.0081437,... > y: array([ 7.9640225e-02, 1.3525915e-02, -6.1515766e-02, -9.3657211e-02, > -8.5453093e-02, -5.3957861e-02, -1.5312989e-02, 1.9677898e-02, > 4.5546067e-02, 6.0751123e-02, 6.6144107e-02, 6.3745465e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.05709521, 0.0377995 , -0.03467643, -0.07759549, -0.07526426, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0570952, 0.0377995, -0.0346764, -0.0775955, -0.0752643, > -0.043128 , -0.0017111, 0.0340905, 0.0569427, 0.0654528, > 0.0617753, 0.0495893, 0.0327496, 0.0145502, -0.0025702,... > y: array([ 5.7961141e-02, 4.9147398e-02, -2.3235135e-02, -7.8057614e-02, > -9.1665336e-02, -7.1887748e-02, -3.5333406e-02, 3.5170562e-03, > 3.5581705e-02, 5.6867137e-02, 6.6974008e-02, 6.7549808e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 5.74917071e-02, 4.01191981e-02, -3.29859445e-02, -7.82863598e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 5.7491707e-02, 4.0119198e-02, -3.2985944e-02, -7.8286360e-02, > -7.8228080e-02, -4.7258680e-02, -5.8132416e-03, 3.0850748e-02, > 5.4962508e-02, 6.4799098e-02, 6.2329065e-02, 5.1160084e-02,... > y: array([ 5.8183302e-02, 4.9325611e-02, -2.3621569e-02, -7.8573225e-02, > -9.1534521e-02, -7.0690147e-02, -3.3220531e-02, 5.9719953e-03, > 3.7661971e-02, 5.7954708e-02, 6.6690347e-02, 6.5795072e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.03042221, 0.05132031, -0.00940917, -0.06573645, -0.07785081, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0304222, 0.0513203, -0.0094092, -0.0657364, -0.0778508, > -0.0513672, -0.0080763, 0.0324649, 0.0591592, 0.0689103, > 0.0638557, 0.0485639, 0.0280211, 0.0064916, -0.0129468,... > y: array([ 2.7904648e-02, 6.0995979e-02, 8.3824087e-03, -5.6676090e-02, > -8.8536683e-02, -8.1543860e-02, -4.9401550e-02, -8.8998258e-03, > 2.7505253e-02, 5.3260519e-02, 6.6626345e-02, 6.8885883e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 2.99289957e-02, 5.36037030e-02, -6.18906239e-03, -6.48655610e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 2.9928996e-02, 5.3603703e-02, -6.1890624e-03, -6.4865561e-02, > -8.0382503e-02, -5.6295093e-02, -1.3673167e-02, 2.7669294e-02, > 5.6022376e-02, 6.7724368e-02, 6.4541493e-02, 5.0859261e-02,... > y: array([ 2.7866378e-02, 6.1426387e-02, 8.4349343e-03, -5.7183155e-02, > -8.8836948e-02, -8.0834856e-02, -4.7490428e-02, -6.2567137e-03, > 3.0047503e-02, 5.4867773e-02, 6.6718437e-02, 6.7242045e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 0.00960378, 0.05225107, 0.00974753, -0.05305095, -0.07770706, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 0.0096038, 0.0522511, 0.0097475, -0.053051 , -0.0777071, > -0.0572155, -0.0125298, 0.0324902, 0.0626725, 0.0730048, > 0.0656753, 0.0463787, 0.0214797, -0.0036293, -0.0251899,... > y: array([ 5.4975416e-03, 5.7642115e-02, 3.0625469e-02, -3.4538080e-02, > -8.0241495e-02, -8.6161281e-02, -6.0158651e-02, -1.9648131e-02, > 2.0026059e-02, 4.9677333e-02, 6.6028305e-02, 6.9850177e-02,... >====================================================================== >FAIL: nipy.algorithms.statistics.tests.test_rft.test_F3(array([ 8.58479614e-03, 5.37607997e-02, 1.39699112e-02, -5.04097510e-02, >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 565, in assert_almost_equal > return assert_array_almost_equal(actual, desired, decimal, err_msg) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 963, in assert_array_almost_equal > precision=decimal) > File "/usr/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare > raise AssertionError(msg) >AssertionError: >Arrays are not almost equal to 7 decimals >(mismatch 100.0%) > x: array([ 8.5847961e-03, 5.3760800e-02, 1.3969911e-02, -5.0409751e-02, > -7.9321741e-02, -6.2629285e-02, -1.9589017e-02, 2.6013265e-02, > 5.8263489e-02, 7.1295986e-02, 6.6668924e-02, 4.9724397e-02,... > y: array([ 5.2329013e-03, 5.8001567e-02, 3.1101685e-02, -3.4767409e-02, > -8.0746699e-02, -8.5907237e-02, -5.8559003e-02, -1.6962554e-02, > 2.2920063e-02, 5.1747376e-02, 6.6478378e-02, 6.8318030e-02,... >====================================================================== >FAIL: nipy.core.reference.tests.test_coordinate_map.test_str >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/nipy-0.4.1/build/lib.linux-ppc64-2.7/nipy/core/reference/tests/test_coordinate_map.py", line 440, in test_str > assert_equal(result, str(affine_mapping)) >AssertionError: "AffineTransform(\n function_domain=CoordinateSystem(coord_names=('i', 'j', 'k'), name='', coord_dtype=float64),\n function_range=CoordinateSystem(coord_names=('x', 'y', 'z'), name='', coord_dtype=float64),\n affine=array([[ 1., 0., 0., 0.],\n [ 0., 1., 0., 0.],\n [ 0., 0., 1., 0.],\n [ 0., 0., 0., 1.]])\n)" != "AffineTransform(\n function_domain=CoordinateSystem(coord_names=('i', 'j', 'k'), name='', coord_dtype=float64),\n function_range=CoordinateSystem(coord_names=('x', 'y', 'z'), name='', coord_dtype=float64),\n affine=array([[1., 0., 0., 0.],\n [0., 1., 0., 0.],\n [0., 0., 1., 0.],\n [0., 0., 0., 1.]])\n)" >---------------------------------------------------------------------- >Ran 2607 tests in 388.522s >FAILED (SKIP=2, errors=16, failures=97) >error: Bad exit status from /var/tmp/rpm-tmp.ADO8NW (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.ADO8NW (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-nipy.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1556220
: 1443984 |
1443987
|
1443988