Skip to content

Commit 19a27a3

Browse files
committed
Add CFD tests
1 parent e835049 commit 19a27a3

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
@@ -502,6 +502,7 @@ def test_meshgrid(device):
502502
pytest.param(
503503
"sin", [-dpnp.pi / 2, -dpnp.pi / 4, 0.0, dpnp.pi / 4, dpnp.pi / 2]
504504
),
505+
pytest.param("sinc", [-5.0, -3.5, 0.0, 2.5, 4.3]),
505506
pytest.param("sinh", [-5.0, -3.5, 0.0, 3.5, 5.0]),
506507
pytest.param("sort", [2.0, 1.0, 7.0, 4.0]),
507508
pytest.param("sort_complex", [1 + 2j, 2 - 1j, 3 - 2j, 3 - 3j, 3 + 5j]),

tests/test_usm_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ def test_norm(usm_type, ord, axis):
630630
pytest.param(
631631
"sin", [-dp.pi / 2, -dp.pi / 4, 0.0, dp.pi / 4, dp.pi / 2]
632632
),
633+
pytest.param("sinc", [-5.0, -3.5, 0.0, 2.5, 4.3]),
633634
pytest.param("sinh", [-5.0, -3.5, 0.0, 3.5, 5.0]),
634635
pytest.param("sort", [2.0, 1.0, 7.0, 4.0]),
635636
pytest.param("sort_complex", [1 + 2j, 2 - 1j, 3 - 2j, 3 - 3j, 3 + 5j]),

0 commit comments

Comments
 (0)