FZJ-INM1-BDA / siibra-python

Software interfaces for interacting with brain atlases - Python client
Apache License 2.0
48 stars 10 forks source link

[bug] default parcellation for waxholm is v3 #102

Closed xgui3783 closed 2 years ago

xgui3783 commented 3 years ago

as of v0.3a2

min repro:

import siibra
atlas=siibra.atlases['rat']
r=atlas.get_region('external medullary lamina, auditory radiation')

expected result, region external medullary lamina, auditory radiation from waxholm v4 returned

actual result: waxholm v3 is default, and cannot decode region

xgui3783 commented 2 years ago

fixed by 2aa1bc0