Skip to content
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

[MRG] BF: Handle extension corrently in BIDSPath.match() #541

Merged
merged 5 commits into from
Sep 1, 2020

Conversation

hoechenberger
Copy link
Member

PR Description

We didn't handle filename extensions properly in BIDSPath.match(); probably this bug was introduced when we moved extension out of BIDSPath.entities (cannot find the respective PR / commit now)

Merge checklist

Maintainer, please confirm the following before merging:

  • All comments resolved
  • This is not your own PR
  • All CIs are happy
  • PR title starts with [MRG]
  • whats_new.rst is updated
  • PR description includes phrase "closes <#issue-number>"

We didn't handle filename extensions properly, probably this bug was
introduced when we moved `extension` out of `BIDSPath.entities` (cannot
find the respective PR / commit now)
@hoechenberger hoechenberger changed the title BF: Handle extension corrently in BIDSPath.match() [MRG] BF: Handle extension corrently in BIDSPath.match() Sep 1, 2020
@agramfort
Copy link
Member

it fixes #539 ?

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2020

Codecov Report

Merging #541 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #541   +/-   ##
=======================================
  Coverage   93.44%   93.45%           
=======================================
  Files          14       14           
  Lines        2076     2079    +3     
=======================================
+ Hits         1940     1943    +3     
  Misses        136      136           
Impacted Files Coverage Δ
mne_bids/path.py 97.06% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ca62fa...64af637. Read the comment docs.

@hoechenberger
Copy link
Member Author

it fixes #539 ?

No, was not intended to fix it and I just checked: I did a good job and stuck to my intentions of not fixing it here! 😁 It's something I came across while picking up work on #491 again

@agramfort agramfort merged commit 03da314 into mne-tools:master Sep 1, 2020
@agramfort
Copy link
Member

thx @hoechenberger !

@hoechenberger hoechenberger deleted the match branch September 1, 2020 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants