Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4d0973

Browse files
committed
test quiv
1 parent 72a3b43 commit f4d0973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tests/test_core/test_tools/test_Quiver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ def test_complicated():
121121

122122
# np.testing.assert_almost_equal(data[0]['y'], expected[0]['y'])
123123
# 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'])
124+
np.testing.assert_almost_equal(data[1]['y'], expected[1]['y'])
125+
np.testing.assert_almost_equal(data[1]['x'], expected[1]['x'])
126126
assert data[0].keys() == expected[0].keys()

0 commit comments

Comments
 (0)