Skip to content

Commit

Permalink
EBR-82 Removed Julich 3.1 parcelation from siibra_creator
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianciu authored and liadomide committed Jul 30, 2024
1 parent dbb2313 commit d0d2323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_framework/tvb/adapters/creators/siibra_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def init_siibra_options():
future.
"""
atlases = [siibra_base.HUMAN_ATLAS]
parcellations = [siibra_base.JULICH_3, siibra_base.JULICH_3_0_3 , siibra_base.JULICH_2_9]
parcellations = [siibra_base.JULICH_3_0_3 , siibra_base.JULICH_2_9]
cohorts = [siibra_base.HCP_COHORT, siibra_base.THOUSAND_BRAINS_COHORT]

# create dicts needed for TVB Enums
Expand Down

0 comments on commit d0d2323

Please sign in to comment.