-
Notifications
You must be signed in to change notification settings - Fork 87
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
MISC maintenance fixes #1251
MISC maintenance fixes #1251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1251 +/- ##
==========================================
- Coverage 97.61% 97.45% -0.17%
==========================================
Files 40 40
Lines 8685 8685
==========================================
- Hits 8478 8464 -14
- Misses 207 221 +14 ☔ View full report in Codecov by Sentry. |
@sappelhoff I can perhaps take a look later today I'm still not convinced the inspect module is too useful these days anymore ... especially since it doesn't support the Qt browser :( |
I also think that the lack of support for the newish (and amazing) Qt browser is a drawback ... and I am also not sure whether we have a ton of users who like this mne-bids feature. And I also understand how that's a bit upsetting, as you invested quite a bit of thought and work into it. I don't know whether this is where you were going with it, but we could think about cutting that part out of mne-bids, instead of continuing to maintain it. After all, it does say that the functionality is experimental:
source: https://mne.tools/mne-bids/dev/generated/mne_bids.inspect_dataset.html I personally would always use this workflow:
For this workflow, the --> i.e., for this workflow, the interactive inspection from within mne-bids is not needed, but perhaps rather a Speaking of and in specific these sections:
--> there is no
--> the printed results show that rather than all channels being marked as good, they are marked as bad |
@larsoner unfortunately your suggestion does not seem to do the trick, but thanks for having a look! |
@sappelhoff I'm not emotionally attached to this feature ;) I'm totally okay with removing it. I'm only worried some folks might be using it – IIRC, @adam2392 once mentioned it's part of his workflow. Not sure about @SophieHerbst |
PR Description
Trying to fix #1250 ... currently no success locally, and this only seems to be a problem on macos. cc @hoechenberger
Issuing this PR to have one location where we see CI fail independent from the nightly checks.
Merge checklist
Maintainer, please confirm the following before merging.
If applicable: