Skip to content

Commit 2d4ad05

Browse files
committed
Update failing performance threshold
1 parent 72e9ad0 commit 2d4ad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_optional/test_graph_objs/test_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_performance_b64_scatter3d():
6060

6161

6262
FLOAT_TEST_CASES = [
63-
("float32", 100000, 0.9), # dtype # difference threshold
63+
("float32", 100000, 0.92), # dtype # difference threshold
6464
("float64", 100000, 0.92),
6565
]
6666

0 commit comments

Comments
 (0)