mne-bids
mne-bids copied to clipboard
Fix BIDSPath.basename for cases where only an extension was provided
#%%
from mne_bids import BIDSPath
bp = BIDSPath(extension='.vhdr')
bp
main
:
this PR:
Merge checklist
Maintainer, please confirm the following before merging. If applicable:
- [ ] All comments are resolved
- [ ] This is not your own PR
- [ ] All CIs are happy
- [ ] PR title starts with [MRG]
- [ ] whats_new.rst is updated
- [ ] New contributors have been added to CITATION.cff
- [ ] PR description includes phrase "closes <#issue-number>"
I believe there was still something missing, I don't remember. I can try to take a look within the next couple of days