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 text label #215

Closed larsoner closed 6 years ago

larsoner commented 6 years ago

Fixes this problem:

https://larsoner.github.io/mne-biomag-group-demo/_images/sphx_glr_plot_source_stats_001.png

While I was at it, I hit a couple of minor snags on Py3k so I added a 3.6 CI (via environment.yml) and also moved over to pytest (nose is no longer maintained).

larsoner commented 6 years ago

Okay I removed the Py3k CI because I couldn't get it to be stable, but the rest of this (including the transition to pytest from nose) is good to go and CIs are happy

https://41-1551431-gh.circle-artifacts.com/0/tmp/circle-artifacts.SmD6e3t/html/auto_examples/plot_meg_inverse_solution.html

agramfort commented 6 years ago

LGTM

mwaskom commented 6 years ago

Great! pytest is such an improvement.