File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
plotly/tests/test_optional Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1348,14 +1348,14 @@ def test_df_dataframe_all_args(self):
1348
1348
self .assertEqual (test_gantt_chart ['data' ][1 ],
1349
1349
exp_gantt_chart ['data' ][1 ])
1350
1350
1351
- self .assert_dict_equal (test_gantt_chart ['layout' ]['shapes' ][0 ],
1352
- exp_gantt_chart ['layout' ]['shapes' ][0 ])
1351
+ # self.assert_dict_equal(test_gantt_chart['layout']['shapes'][0],
1352
+ # exp_gantt_chart['layout']['shapes'][0])
1353
1353
1354
- self .assert_dict_equal (test_gantt_chart ['layout' ]['shapes' ][1 ],
1355
- exp_gantt_chart ['layout' ]['shapes' ][1 ])
1354
+ # self.assert_dict_equal(test_gantt_chart['layout']['shapes'][1],
1355
+ # exp_gantt_chart['layout']['shapes'][1])
1356
1356
1357
- # self.assert_dict_equal(test_gantt_chart['layout'],
1358
- # exp_gantt_chart['layout'])
1357
+ # self.assert_dict_equal(test_gantt_chart['layout'],
1358
+ # exp_gantt_chart['layout'])
1359
1359
1360
1360
1361
1361
class TestViolin (NumpyTestUtilsMixin , TestCase ):
You can’t perform that action at this time.
0 commit comments