-
Notifications
You must be signed in to change notification settings - Fork 161
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
[FIX] Add coordsystem-specific definition of DigitizedHeadPoints #1023
[FIX] Add coordsystem-specific definition of DigitizedHeadPoints #1023
Conversation
@Moo-Marc would you mind taking a look at the proposed changes? |
Thanks, |
@Moo-Marc thanks for taking a look. Here is the updated definition, for posterity: @sappelhoff do you know what kind of relative path |
good question, I don't know :-( in this example, it's apparently relative to the coordsystem.json file itself (where the that looks super odd and is probably a bug. Another reason why we need #918 Maybe @Moo-Marc knows? Or @robertoostenveld? |
I was a bit confused about paths as well and following the examples. So for this I used the file name only (it's in the same folder). I like the idea of #918. |
I suspect that back in the days of writing the MEG specification the idea was to have this similar as |
Thanks Robert, I think you are right. @tsalo would that mean that we need a new "format" for paths? Currently we just have bids-specification/src/schema/README.md Lines 219 to 221 in 67c3d90
of course, all of these will be DEPRECATED anyhow once we merge #918 ... but we still need to solve this issue for backward compatibility |
@sappelhoff I think you're right. Since it should be relative to the file in which the field is present, does |
👍 sounds good to me! |
It's now set to |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1023 +/- ##
==========================================
+ Coverage 70.53% 71.50% +0.96%
==========================================
Files 9 9
Lines 930 930
==========================================
+ Hits 656 665 +9
+ Misses 274 265 -9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #1022.
Changes proposed: