Skip to content

Commit

Permalink
Modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Pellegrini committed Jul 30, 2024
1 parent 7f86cb7 commit bca335f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Left blank as part of 2024 model migration
import pytest
import brainscore_vision

@pytest.mark.travis_slow
def test_has_identifier():
model = brainscore_vision.load_model('fixres_resnext101_32x48d_wsl')
assert model.identifier == 'fixres_resnext101_32x48d_wsl'

0 comments on commit bca335f

Please sign in to comment.