Thanks to visit codestin.com Credit goes to github.com
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 72a3b43 commit f4d0973Copy full SHA for f4d0973
plotly/tests/test_core/test_tools/test_Quiver.py
@@ -121,6 +121,6 @@ def test_complicated():
121
122
# np.testing.assert_almost_equal(data[0]['y'], expected[0]['y'])
123
# np.testing.assert_almost_equal(data[0]['x'], expected[0]['x'])
124
- # np.testing.assert_almost_equal(data[1]['y'], expected[1]['y'])
125
- # np.testing.assert_almost_equal(data[1]['x'], expected[1]['x'])
+ np.testing.assert_almost_equal(data[1]['y'], expected[1]['y'])
+ np.testing.assert_almost_equal(data[1]['x'], expected[1]['x'])
126
assert data[0].keys() == expected[0].keys()
0 commit comments