Skip to content

Commit 42d175d

Browse files
authored
Increase transform_clamping test threshold (#9399)
### Related <!-- Include links to any related issues/PRs in a bulleted list, for example: * Closes #1234 * Part of #1337 --> ### What <!-- Make sure the PR title and labels are set to maximize their usefulness for the CHANGELOG, and our `git log`. If you have noticed any breaking changes, include them in the migration guide. We track various metrics at <https://build.rerun.io>. For maintainers: * To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. * To deploy documentation changes immediately after merging this PR, add the `deploy docs` label. -->
1 parent 0174a78 commit 42d175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_view_spatial/tests/transform_clamping.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fn run_view_ui_and_save_snapshot(
250250
modifiers: egui::Modifiers::default(),
251251
});
252252
harness.run_steps(10);
253-
let broken_percent_threshold = 0.0036;
253+
let broken_percent_threshold = 0.0037;
254254
let num_pixels = (size.x * size.y).ceil() as u64;
255255

256256
use re_viewer_context::test_context::HarnessExt as _;

0 commit comments

Comments
 (0)