Skip to content

Commit 78ef953

Browse files
authored
Merge pull request #5781 from plotly/mapbox-geojson-attributes-tolerance
increase compare tolerance for mapbox_geojson-attributes
2 parents 96a7d92 + 4cf7770 commit 78ef953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ for(var i = 0; i < allMockList.length; i++) {
124124

125125
var numDiffPixels = pixelmatch(img0.data, img1.data, diff.data, width, height, {
126126
threshold: shouldBePixelPerfect ? 0 :
127-
mockName === 'mapbox_geojson-attributes' ? 0.2 : 0.15
127+
mockName === 'mapbox_geojson-attributes' ? 0.25 : 0.15
128128
});
129129

130130
if(numDiffPixels) {

0 commit comments

Comments
 (0)