Eric Larson
Eric Larson
@olafhauk would you be up for taking the text from here and adding it? ``` $ mne_sensitivity_map --help usage: mne_sensitivity_map [options] Compute MEG and EEG sensitivity maps over the cortex....
We could, but it's also pretty easy to add a ``` @pytest.fixture @testing.requires_testing_data def vol_src(): src = mne.read_source_spaces(...) src._subject = "sample" return src ``` instead, which might be preferable anyway...
... for example you can see where we added support for nirstar 15.0 (previously we just had 15.2): https://github.com/mne-tools/mne-python/pull/6986 To add official support it would be great to have a...
Sorry thought I posted above that -- I meant to say would it be possible for you to share a sample file from the system? 😄
If you change the check to allow version 15.1 do things seem to work okay?
@lucyleeow #1514 is in, your turn 😄
To start it helps as a smoke test. I suspect matplotlib uses a lot of complex machinery so at least making sure it doesn't totally break is good. Then, for...
Okay with me if they release wheels with the library vendored like `antio`. If they don't do that then I don't like people having to mess with library paths and...
Does it do it if you pass the `-o` argument? ``` -o, --overwrite Overwrite previously computed surface ``` If so maybe we "just" need to document this better? Though really...
Seems reasonable to me!