mne-tools / mne-bids

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
https://mne.tools/mne-bids/
BSD 3-Clause "New" or "Revised" License
131 stars 85 forks source link

fix doc and logging mark_channels #1293

Closed sappelhoff closed 4 weeks ago

sappelhoff commented 1 month ago

PR Description

Merge checklist

Maintainer, please confirm the following before merging. If applicable:

sappelhoff commented 1 month ago

Thanks for making me aware of this @drammock, I think the present PR should fix a thing or two.

sappelhoff commented 1 month ago

Thanks for the review, yes let's discuss your concerns in a separate issue.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.45%. Comparing base (87eea28) to head (8f77101). Report is 55 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1293 +/- ## ========================================== - Coverage 97.61% 97.45% -0.17% ========================================== Files 40 40 Lines 8685 8717 +32 ========================================== + Hits 8478 8495 +17 - Misses 207 222 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sappelhoff commented 4 weeks ago

test failures are unrelated, merging.