Skip to content

Commit 72e9ad0

Browse files
committed
Update failing performance threshold
1 parent 3142c62 commit 72e9ad0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
def test_performance_b64_scatter3d():
1212
N = 50000
13-
print(pio.renderers)
1413

1514
x = np.random.randn(N)
1615
y = np.random.randn(N).astype("float32")
@@ -62,7 +61,7 @@ def test_performance_b64_scatter3d():
6261

6362
FLOAT_TEST_CASES = [
6463
("float32", 100000, 0.9), # dtype # difference threshold
65-
("float64", 100000, 0.9),
64+
("float64", 100000, 0.92),
6665
]
6766

6867

0 commit comments

Comments
 (0)