nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

Show stderr when mri_vol2surf fails #172

Closed mwaskom closed 7 years ago

mwaskom commented 7 years ago

This should make it easier to debug problems when using project_volume_data. Not sure why we were just printing the command line before (which gets printed anyway).

Closes #171.

larsoner commented 7 years ago

Fine by me. Looks like we need to fix CIs, I'll see if it's easy

agramfort commented 7 years ago

ok +1 for merge then

provided we fix travis :)

larsoner commented 7 years ago

I'll rebase this now that Travis works again and merge if it's good to go

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 77.248% when pulling a81ebece4cd685e41a6d65c6f4fcc5f7c6df1816 on project_volume_data_stderr into a5dd4acdac31aadfa3f54b1fde4167193b5ede18 on master.

larsoner commented 7 years ago

Thanks @mwaskom