Skip to content

Commit

Permalink
Revert precision
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Jan 6, 2025
1 parent 609675f commit 2ddc583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brush-render/src/tests/reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async fn test_reference() -> Result<()> {
wrapped_aux.clone().debug_assert_valid();

// Check if images match.
assert!(out.clone().all_close(img_ref, Some(1e-4), Some(1e-5)));
assert!(out.clone().all_close(img_ref, Some(1e-5), Some(1e-6)));

let num_visible = wrapped_aux.num_visible.into_scalar_async().await as usize;
let projected_splats =
Expand Down

0 comments on commit 2ddc583

Please sign in to comment.