Skip to content

Commit e48e5e9

Browse files
committed
[FIX] Missing ANNOT
1 parent aa20cc9 commit e48e5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/datasets/fetchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def fetch_mmpall(version='fslr32k', data_dir=None, url=None, resume=True,
678678
files = [(op.join(dataset_name, version, f), url, opts) for f in filenames]
679679
data = _fetch_files(data_dir, files=files, resume=resume, verbose=verbose)
680680

681-
return ANNOT(*data)
681+
return SURFACE(*data)
682682

683683

684684
def fetch_voneconomo(data_dir=None, url=None, resume=True, verbose=1):

0 commit comments

Comments
 (0)