Skip to content

Commit

Permalink
remove dicarlo prefix from load dataset (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Jan 10, 2024
1 parent 3a6fc48 commit 21c6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscore_vision/benchmarks/rajalingham2020/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def DicarloRajalingham2020ITPLS():


def load_assembly(average_repetitions, region):
assembly = load_dataset(identifier=f'dicarlo.Rajalingham2020')
assembly = load_dataset(identifier=f'Rajalingham2020')
assembly = assembly.sel(region=region)
assembly['region'] = 'neuroid', [region] * len(assembly['neuroid'])
assembly.load()
Expand Down

0 comments on commit 21c6b41

Please sign in to comment.