You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: you include a symbolic link in the input/atlases/brains/ folder from atlas_1.mnc -> ../../atlas_1_hires.mnc. vote.py incorrectly uses the stem for this atlas as atlas_1_hires when it should be using the name of the symbolic link file atlas_1
I expect this has something to do with how we are "canonicalizing" the paths in our code.
The text was updated successfully, but these errors were encountered:
Example: you include a symbolic link in the
input/atlases/brains/
folder fromatlas_1.mnc
->../../atlas_1_hires.mnc
.vote.py
incorrectly uses the stem for this atlas asatlas_1_hires
when it should be using the name of the symbolic link fileatlas_1
I expect this has something to do with how we are "canonicalizing" the paths in our code.
The text was updated successfully, but these errors were encountered: