Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
BAMF MR Brain tumor segmentation #93
base: main
Are you sure you want to change the base?
BAMF MR Brain tumor segmentation #93
Changes from 13 commits
6146429
22636ff
afcda3e
029fa7f
0bdc69f
03679eb
2acda92
c1b29fd
f11aeb0
75050b2
b927a85
f158a7d
43a08df
ef4621f
be2e7a0
d382e5f
1126c9d
57b1f56
16196f7
49bdb90
044d076
5be31ea
996d543
628022d
f40185f
8a4967d
489d518
224131a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I see you use a
$type
meta variable in the 3rd structure directive. I assume this is not on purpose. Instead, either use a specific declaration:This is equivalent to the use of a variable as in the example below, because the
$type
variable will read the folder name and add it to thetype
meta key for all files imported under the folder. However, in this case it is not clear from the import directive how the folder structure needs to look like, hence the first option should be used.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.
@jithenece I see you already updated this to the latter example. However, for the transparency with we should stick with the first, more verbose variant.
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.
This explains. I have reverted this to earlier verbose variant.
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.
@jithenece Can you check if you pushed this already, I still see the simplified version in the most recent commit.
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.
I have pushed it now. please check
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.
There is still a
$type
variable (instead oft2
).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.
Missed it. I have updated now.