Skip to content

Commit

Permalink
fix ceiled test value -> raw test value
Browse files Browse the repository at this point in the history
  • Loading branch information
benlonnqvist committed Sep 3, 2024
1 parent 238b504 commit 37324d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscore_vision/benchmarks/lonnqvist2024/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_dataset_ceiling(self, dataset, expected_ceiling):
@pytest.mark.parametrize('dataset, expected_raw_score', [
('InlabInstructionsBehavioralAccuracyDistance', approx(0.58568247, abs=0.001)),
('InlabNoInstructionsBehavioralAccuracyDistance', approx(0.62883828, abs=0.001)),
('OnlineNoInstructionsBehavioralAccuracyDistance', approx(0.9804305, abs=0.001)),
('OnlineNoInstructionsBehavioralAccuracyDistance', approx(0.78192183, abs=0.001)),
])
def test_model(self, dataset, expected_raw_score):
if 'all' in dataset:
Expand Down

0 comments on commit 37324d4

Please sign in to comment.