Eric Larson
Eric Larson
I have never thought about this, but in principle it should be collectable without too many new lines hopefully [by using the coverage.py Python API](https://coverage.readthedocs.io/en/7.6.4/api.html#api). In principle you should be...
@jjstickel you could try #1345
> It should be noted, however, that there are other examples where it has worked in the past for us (and continues to do so with every build of nilearn...
Yeah feel free! Sounds like there might be a workaround via pinning in some of those issue comments
> Given that the multitaper TFR requires the unreleased MNE 1.10, is it worth holding off on merging (once it's checked and ready to go) until after MNE-Conn 0.8 is...
... although I think the `min_version` in `_soft_import` was added recently, so better just to use ``` if not check_version("mne", "1.10): raise ... ``` in the user-facing code
Thanks @tsbinns !
Could you record some tiny dataset (maybe 1s?) and upload it somewhere? Then hopefully someone could have a look at improving `read_raw_curry` to work with your data
I think this makes more sense for mne-connectivity so I'll transfer there!