Skip to content

Commit

Permalink
Make test_casr_libfuzzer more stable (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff authored Aug 14, 2024
1 parent d7de416 commit 82a961d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion casr/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4128,7 +4128,8 @@ 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 82a961d

Please sign in to comment.