Skip to content

Commit 11b8f95

Browse files
Test single slice without start in TestMgrid
1 parent 7e7b773 commit 11b8f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/tests/test_arraycreation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ def check_results(self, result, expected):
10291029
[
10301030
slice(0, 5, 0.5), # float step
10311031
slice(0, 5, 5j), # complex step
1032+
slice(None, 5, 1), # no start
10321033
],
10331034
)
10341035
def test_single_slice(self, slice):

0 commit comments

Comments
 (0)