Skip to content

Commit

Permalink
fix name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jan 23, 2025
1 parent f6fe2ee commit 3fcc052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions +test/TestParcellations.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
function selectParcellation(testCase)

julich = siibra.getParcellation("human", "julich 2.9");
testCase.verifyEqual(julich.Name, "Julich-Brain Cytoarchitectonic Maps 2.9");
testCase.verifyEqual(julich.Name, "Julich-Brain Cytoarchitectonic Atlas (v2.9)");

whiteMatterBundles = siibra.getParcellation("human", "white matter bundles");
testCase.verifyEqual(whiteMatterBundles.Name, "Long White Matter Bundles");
testCase.verifyEqual(whiteMatterBundles.Name, "Deep white matter fibre bundles");

primate = siibra.getParcellation("monkey", "monkey");
testCase.verifyEqual(primate.Name, "MEBRAINS population-based monkey parcellation");
Expand Down

0 comments on commit 3fcc052

Please sign in to comment.