Skip to content

Commit

Permalink
remove ' from benchmark id
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Nov 1, 2024
1 parent ac6f7c6 commit 2b349ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscore_vision/benchmarks/maniquet2024/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self):

# Call the parent class constructor to complete initialization
super(_Maniquet2024ConfusionSimilarity, self).__init__(
identifier="Maniquet2024-confusion_similarity'",
identifier="Maniquet2024-confusion_similarity",
version=1,
ceiling_func=lambda: Score(0.53526), # use pre-computed from `self._metric._ceiling(self._human_assembly)`
parent="Maniquet2024",
Expand Down

0 comments on commit 2b349ab

Please sign in to comment.