Closed
Description
Summary
I am attempting to use the example tutorial workflow :fmri_spm.py
Everything seems to run OK until it reaches rapidart (ra.ArtifactDetect()).
At this point the following warning is provided in the IPython terminal. No crash file is given and all processes just seem to kind of stop. A blank matplotlib figure also pops up.
As an additional note: ArtifactDetect will run to completion (as no crash file is generated);however, in order to allow the workflow to progress I must keep on manually exiting (Ctrl+C) and restarting the workflow until every subject has surpassed this step.
Warning
because the backend has already been chosen;
matplotlib.use() must be called before pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.
Platform details:
{'nibabel_version': '2.1.0', 'networkx_version': '1.11', 'numpy_version': '1.11.3', 'sys_platform': 'linux2', 'sys_version': '2.7.13 |Anaconda custom (64-bit)| (default, Dec 20 2016, 23:09:15) \n[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]', 'commit_source': u'archive substitution', 'commit_hash': '%h', 'pkg_path': '/home/joe/anaconda2/lib/python2.7/site-packages/nipype', 'sys_executable': '/home/joe/anaconda2/bin/python', 'traits_version': '4.6.0', 'scipy_version': '0.18.1'}
0.13.0-dev