Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
add Ko's hvm data brain-score/brainio_contrib#3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrimpf authored Sep 6, 2019
1 parent be68de8 commit 4da72c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified brainio_collection/lookup.db
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/test_assemblies.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'movshon.FreemanZiemba2013',
'dicarlo.Rajalingham2018.public', 'dicarlo.Rajalingham2018.private',
'dicarlo.Kar2019',
'dicarlo.Kar2018hvm',
))
def test_list_assembly(assembly):
l = brainio_collection.list_assemblies()
Expand All @@ -36,6 +37,7 @@ def test_list_assembly(assembly):
pytest.param('dicarlo.Rajalingham2018.public', marks=[pytest.mark.private_access]),
pytest.param('dicarlo.Rajalingham2018.private', marks=[pytest.mark.private_access]),
pytest.param('dicarlo.Kar2019', marks=[pytest.mark.private_access]),
pytest.param('dicarlo.Kar2018hvm', marks=[pytest.mark.private_access]),
])
def test_existence(assembly_identifier):
assert brainio_collection.get_assembly(assembly_identifier) is not None
Expand Down

0 comments on commit 4da72c2

Please sign in to comment.