nipy / PySurfer

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

MRG: Fix for empty case #163

Closed larsoner closed 8 years ago

larsoner commented 8 years ago

@agramfort this fixes https://github.com/mne-tools/mne-python/pull/3590 for me. It's not an old numpy but a new numpy problem (I'm running 1.2-dev and get this error).

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.03%) to 77.089% when pulling 6047c919a93c503ad9adf205d48af9a794a2995a on Eric89GXL:empty into c47a1c81c353cc05732f68561e499e182d15a03c on nipy:master.

larsoner commented 8 years ago

Ready for review/merge from my end

mwaskom commented 8 years ago

Thanks!