Skip to content

Commit

Permalink
bump tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Mar 22, 2024
1 parent 1c07466 commit 21d792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegafusion-runtime/tests/test_image_comparison.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mod test_custom_specs {
case("custom/trellis_bar_histogram", 0.001, false),
case("custom/interactive_average", 0.001, false),
case("custom/histogram_responsive", 0.001, false),
case("custom/grouped_bar_chart_with_error_bars", 0.001, false),
case("custom/grouped_bar_chart_with_error_bars", 0.002, false),
case("custom/one_dot_per_zipcode", 0.001, false),
case("custom/ridgeline", 0.001, false),
case("custom/binned_scatter", 0.001, false),
Expand Down

0 comments on commit 21d792e

Please sign in to comment.