Skip to content

Commit bd42ad6

Browse files
committed
Increase threshold a bit more
1 parent 7918160 commit bd42ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-tests/tests/ipympl.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const testCellOutputs = async (
5353
for (let c = 0; c < numCellImages; ++c) {
5454
expect(results[c]).toMatchSnapshot(
5555
getCaptureImageName(notebook, c),
56-
{ threshold: 0.3 }
56+
{ threshold: 0.4 }
5757
);
5858
}
5959

@@ -96,7 +96,7 @@ const testUpdates = async (page: IJupyterLabPageFixture, tmpPath: string) => {
9696
for (let i = 0; i < cellCount; i++) {
9797
expect(results[i]).toMatchSnapshot(
9898
getCaptureImageName(notebook, i),
99-
{ threshold: 0.3 }
99+
{ threshold: 0.4 }
100100
);
101101
}
102102

0 commit comments

Comments
 (0)