nipy / PySurfer

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

FIX Brain.set_data_time_index(): skip data without time axis #197

Closed christianbrodbeck closed 7 years ago

christianbrodbeck commented 7 years ago

Fix for a corner case where multiple data layers are added, and not all of them have a time axis

mwaskom commented 7 years ago

Ah I think I've hit this before and couldn't figure out why. Thanks!

mwaskom commented 7 years ago

Does anyone know why our travis builds are taking forever to get going lately?

larsoner commented 7 years ago

No idea. It has been slower to run but not to start on other repos

mwaskom commented 7 years ago

Is this travis failure related to these changes?

christianbrodbeck commented 7 years ago

Very unlikely it's form these changes because the relevant test (test_image) never adds a data-layer. Also could not spot any changed version in the installed packages. I can't rerun the build to see whether it fails consistently, can one of you?

mwaskom commented 7 years ago

Kicking it to see what happens...

christianbrodbeck commented 7 years ago

all clear...