Skip to content

Commit dd42915

Browse files
committed
[TEST] Update von Economo atlas test for info
1 parent fda18b4 commit dd42915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netneurotools/tests/test_datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def test_fetch_hcp_standards(tmpdir):
151151
def test_fetch_voneconomo(tmpdir):
152152
vek = datasets.fetch_voneconomo(data_dir=tmpdir, verbose=0)
153153
assert all(hasattr(vek, k) and len(vek[k]) == 2 for k in ['gcs', 'ctab'])
154+
assert isinstance(vek.get('info'), str)
154155

155156

156157
@pytest.mark.parametrize('dset, expected', [

0 commit comments

Comments
 (0)