Skip to content

Commit 1092d77

Browse files
Add test logspace with list base to test_array_creation
1 parent 11b8f95 commit 1092d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/tests/test_sycl_queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def vvsort(val, vec, size, xp):
112112
pytest.param("identity", [4], {}),
113113
pytest.param("linspace", [0, 4, 8], {}),
114114
pytest.param("logspace", [0, 4, 8], {}),
115+
pytest.param("logspace", [0, 4, 8], {"base": [10]}),
115116
pytest.param("ones", [(2, 2)], {}),
116117
pytest.param("tri", [3, 5, 2], {}),
117118
pytest.param("zeros", [(2, 2)], {}),

0 commit comments

Comments
 (0)