Skip to content

Commit 1a6e7ab

Browse files
antonwolfyvtavana
andauthored
Update dpnp/tests/test_usm_type.py
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent 1cd31b2 commit 1a6e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_usm_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,9 @@ def test_1in_1out(func, data, usm_type):
738738
[[0.7, 0.8, 0.9], [1.0, 1.1, 1.2]],
739739
),
740740
pytest.param("correlate", [1, 2, 3], [0, 1, 0.5]),
741+
pytest.param("cov", [-2.1, -1, 4.3], [3, 1.1, 0.12]),
741742
# dpnp.dot has 3 different implementations based on input arrays dtype
742743
# checking all of them
743-
pytest.param("cov", [-2.1, -1, 4.3], [3, 1.1, 0.12]),
744744
pytest.param("dot", [3.0, 4.0, 5.0], [1.0, 2.0, 3.0]),
745745
pytest.param("dot", [3, 4, 5], [1, 2, 3]),
746746
pytest.param("dot", [3 + 2j, 4 + 1j, 5], [1, 2 + 3j, 3]),

0 commit comments

Comments
 (0)