8000 fixing failed tests · henrypan/python-api@9b2166e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b2166e

Browse files
committed
fixing failed tests
1 parent 43f070f commit 9b2166e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tests/test_optional/test_opt_tracefactory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ def test_simple_streamline(self):
9090
'type': 'scatter',
9191
'mode': 'lines'
9292
}
93-
self.assertAlmostEqual(strmln['y'][0:100], expected_strmln_0_100['y'])
94-
self.assertAlmostEqual(strmln['x'][0:100], expected_strmln_0_100['x'])
93+
self.assertListEqual(strmln['y'][0:100], expected_strmln_0_100['y'])
94+
self.assertListEqual(strmln['x'][0:100], expected_strmln_0_100['x'])
9595

0 commit comments

Comments
 (0)
0