Skip to content

Commit fcb4efb

Browse files
committed
Add CFD tests
1 parent 7651097 commit fcb4efb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_sycl_queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ def test_meshgrid(device):
505505
pytest.param("sinh", [-5.0, -3.5, 0.0, 3.5, 5.0]),
506506
pytest.param("sort", [2.0, 1.0, 7.0, 4.0]),
507507
pytest.param("sort_complex", [1 + 2j, 2 - 1j, 3 - 2j, 3 - 3j, 3 + 5j]),
508+
pytest.param("spacing", [1, 2, -3, 0]),
508509
pytest.param("sqrt", [1.0, 3.0, 9.0]),
509510
pytest.param("square", [1.0, 3.0, 9.0]),
510511
pytest.param("std", [1.0, 2.0, 4.0, 7.0]),

tests/test_usm_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ def test_norm(usm_type, ord, axis):
633633
pytest.param("sinh", [-5.0, -3.5, 0.0, 3.5, 5.0]),
634634
pytest.param("sort", [2.0, 1.0, 7.0, 4.0]),
635635
pytest.param("sort_complex", [1 + 2j, 2 - 1j, 3 - 2j, 3 - 3j, 3 + 5j]),
636+
pytest.param("spacing", [1, 2, -3, 0]),
636637
pytest.param("sqrt", [1.0, 3.0, 9.0]),
637638
pytest.param("square", [1.0, 3.0, 9.0]),
638639
pytest.param("std", [1.0, 2.0, 4.0, 7.0]),

0 commit comments

Comments
 (0)