Skip to content

Commit b0aeb6f

Browse files
committed
add TODO
1 parent 3c2fb72 commit b0aeb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/tests/test_usm_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,7 @@ def test_choose(usm_type_x, usm_type_ind):
18471847
assert z.usm_type == du.get_coerced_usm_type([usm_type_x, usm_type_ind])
18481848

18491849

1850+
# TODO: add it as part of `test_array_creation_from_scratch` function
18501851
@pytest.mark.parametrize("func", ["hamming"])
18511852
@pytest.mark.parametrize("usm_type", list_of_usm_types + [None])
18521853
def test_window(func, usm_type):

0 commit comments

Comments
 (0)