mmagnuski / borsar

Various tools for EEG/MEG data analysis.
https://mmagnuski.github.io/borsar.github.io/index.html
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

fix CIs and setup mayavi testing #41

Open mmagnuski opened 5 years ago

mmagnuski commented 5 years ago

Mayavi testing has been very hard to set up when I first tried, but now the CIs fail in general (without errors unfortunatelly).

mmagnuski commented 5 years ago

CIs are good now, but mayavi is still not tested on CIs...

mmagnuski commented 5 years ago

I recently had to remove mayavi from environment.yml otherwise travis would fail on linux. :(

mmagnuski commented 2 years ago

switching to Circle fixed the CI problems. Before setting up 3d plotting tests I would have to modernize the Clusters plotting in 3d (it relies on older mne/mayavi stuff that may no longer work well).