Skip to content

Commit 202b98a

Browse files
authored
Merge pull request #160 from VinceBaz/update-fslr_schaefer
[FIX] Update fsLR Schaefer parcellation
2 parents fdb2917 + cc170cb commit 202b98a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

netneurotools/datasets/datasets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"udpv8",
358358
"673273c790023be9c44d6b5a"
359359
],
360-
"md5": "770401d8fdcec6ca05f797e77230338e",
360+
"md5": "d4e341c956e00480713a52b18c29f889",
361361
"uncompress": true,
362362
"rel-path": "atl-schaefer2018/fslr32k"
363363
}

netneurotools/interface/tests/test_transforms.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def generate_vertices_to_parcels_data(request):
127127
"R": (50, 0.49596187),
128128
},
129129
"dlabel.nii": {
130-
"both": (100, 0.497879),
131-
"L": (50, 0.49634945),
132-
"R": (50, 0.5019505),
130+
"both": (100, 0.4977689),
131+
"L": (50, 0.49637252),
132+
"R": (50, 0.50187889),
133133
},
134134
"gii": {
135135
"both": (68, 0.4966058),
@@ -215,9 +215,9 @@ def generate_parcels_to_vertices_data(request):
215215
"R": (10242, 0.49651137),
216216
},
217217
"dlabel.nii": {
218-
"both": (64984, 0.52227944),
219-
"L": (32492, 0.5166443),
220-
"R": (32492, 0.46440256),
218+
"both": (64984, 0.52391384),
219+
"L": (32492, 0.51929605),
220+
"R": (32492, 0.4648587),
221221
},
222222
"gii": {
223223
"both": (64984, 0.5227571),

0 commit comments

Comments
 (0)