We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315723f commit 3536f6eCopy full SHA for 3536f6e
plotly/tests/test_optional/test_figure_factory.py
@@ -803,11 +803,11 @@ def test_trisurf_all_args(self):
803
'title': 'Fun',
804
'width': 500}}
805
806
+ self.assert_dict_equal(test_trisurf_plot['layout'],
807
+ exp_trisurf_plot['layout'])
808
+
809
self.assert_dict_equal(test_trisurf_plot['data'][0],
810
exp_trisurf_plot['data'][0])
811
- #self.assert_dict_equal(test_trisurf_plot['data'][1],
- # exp_trisurf_plot['data'][1])
-
812
- self.assert_dict_equal(test_trisurf_plot['layout'],
813
- exp_trisurf_plot['layout'])
+ self.assert_dict_equal(test_trisurf_plot['data'][1],
+ exp_trisurf_plot['data'][1])
0 commit comments