Skip to content

Commit 492c476

Browse files
committed
Replicated tools.py to be identical to #499 and removed test_optional test in trisurf for data[2] since colorbar came after Chris' trisurf optimization commits
1 parent 06a46fa commit 492c476

File tree

2 files changed

+82
-289
lines changed

2 files changed

+82
-289
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,9 +931,6 @@ def test_trisurf_all_args(self):
931931
self.assert_dict_equal(test_trisurf_plot['data'][1],
932932
exp_trisurf_plot['data'][1])
933933

934-
self.assert_dict_equal(test_trisurf_plot['data'][2],
935-
exp_trisurf_plot['data'][2])
936-
937934
self.assert_dict_equal(test_trisurf_plot['layout'],
938935
exp_trisurf_plot['layout'])
939936

0 commit comments

Comments
 (0)