Skip to content

Commit

Permalink
removing reference to dicarlo in stim set name (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
deirdre-k authored Jun 14, 2024
1 parent 82463c3 commit 46bcf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brainscore_vision/benchmark_helpers/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def run_test_properties(self, benchmark: str, files: dict, expected: float):
benchmark = load_benchmark(benchmark)
from brainscore_vision import load_stimulus_set

stimulus_identifiers = np.unique(np.array(['dicarlo.Marques2020_blank', 'dicarlo.Marques2020_receptive_field',
'dicarlo.Marques2020_orientation',
stimulus_identifiers = np.unique(np.array(['Marques2020_blank', 'Marques2020_receptive_field',
'Marques2020_orientation',
benchmark._assembly.stimulus_set.identifier]))
precomputed_features = {}
for current_stimulus in stimulus_identifiers:
Expand Down

0 comments on commit 46bcf59

Please sign in to comment.