Skip to content

Commit

Permalink
Relax for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Jan 8, 2025
1 parent 2ac19f5 commit 4e59092
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 @@ -167,7 +167,7 @@ async fn test_reference() -> Result<()> {

// println!("XYS {} xys ref {}", xys_data.len(), xys_ref_data.len());

compare("xy", xys, xys_ref, 1e-9, 0.0);
compare("xy", xys, xys_ref, 1e-6, 1e-5);

let conics: Tensor<DiffBack, 2, Float> =
projected_splats.clone().slice([0..num_visible, 2..5]);
Expand Down

0 comments on commit 4e59092

Please sign in to comment.