Skip to content

Commit

Permalink
Make test_casr_libfuzzer more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Aug 14, 2024
1 parent d7de416 commit 2b0f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casr/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4128,7 +4128,7 @@ fn test_casr_libfuzzer() {
.unwrap();

assert_eq!(
sil_score, 0.3831644389715882,
format!("{:.2}", sil_score), "0.38",
"Invalid cluster silhouette score"
);

Expand Down

0 comments on commit 2b0f83a

Please sign in to comment.