-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move examples over #11
Conversation
Good to go, I think @larsoner once this merges I can link them in mne-python. I don't have write access so I can't merge also. |
Well actually everything worked except the 3D brain plots didn't render in sphinx: https://output.circle-artifacts.com/output/job/70b0c79d-f6f7-44ac-9dd8-ae684053bb09/artifacts/0/dev/auto_examples/ieeg_locate.html. I'm not sure what setting that is that isn't copied over... |
@@ -30,6 +30,7 @@ jobs: | |||
echo "set -e" >> $BASH_ENV | |||
echo "export OPENBLAS_NUM_THREADS=4" >> $BASH_ENV | |||
echo "export XDG_RUNTIME_DIR=/tmp/runtime-circleci" >> $BASH_ENV | |||
echo "export MNE_3D_OPTION_MULTI_SAMPLES=1" >> $BASH_ENV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the magic. Our detection of MESA in MNE-Python must be flawed...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know, thanks for fixing that
Fixes a couple items in the checklist for moving examples over here #5