Skip to content

Commit

Permalink
fix: updated expected scores
Browse files Browse the repository at this point in the history
  • Loading branch information
aski02 committed Dec 18, 2024
1 parent 48ee7d9 commit b887c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/benchmarks/heuristics/test_model_randomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"similarity_metric": cosine_similarity,
},
None,
0.5208332538604736,
0.43154752254486084,
),
(
"mnist2",
Expand All @@ -49,7 +49,7 @@
"similarity_metric": cosine_similarity,
},
None,
0.5208332538604736,
0.43154752254486084,
),
],
)
Expand Down Expand Up @@ -120,7 +120,7 @@ def test_model_randomization(
"similarity_metric": cosine_similarity,
"load_from_disk": True,
},
0.509926438331604,
0.4639705419540405,
),
],
)
Expand Down

0 comments on commit b887c52

Please sign in to comment.