Skip to content

Commit

Permalink
do not intentially fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Aug 5, 2024
1 parent 7d3fb3f commit 1cc0991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/test_utils/image_comparer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ impl ImageComparer {
let rmse = mse.sqrt();
println!("rmse: {}", rmse);
assert!(rmse <= rmse_threshold);
assert!(false);
}
}

0 comments on commit 1cc0991

Please sign in to comment.