Skip to content

Commit 63335d2

Browse files
committed
Update thresholds
1 parent 9d3b50d commit 63335d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ def test_performance_b64_scatter3d():
5656
np_time_elapsed = time.time() - np_start
5757

5858
# np should be faster than lists
59-
assert (np_time_elapsed / list_time_elapsed) < 0.72
59+
assert (np_time_elapsed / list_time_elapsed) < 0.75
6060

6161

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

0 commit comments

Comments
 (0)