Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Jan 24, 2025
1 parent 22ea9b6 commit a60004e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions onedal/datatypes/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ def test_non_array(X, queue):
not _is_dpc_backend, reason="Requires DPC backend for dtype conversion"
)
@pytest.mark.parametrize("X", [None, 5, "test", True, [], np.pi, lambda: None])
@pytest.mark.parametrize("sparse", [True, False])
def test_low_precision_non_array(X, sparse):
def test_low_precision_non_array(X):
# Use a dummy queue as fp32 hardware is not in public testing

class DummySyclQueue:
Expand Down

0 comments on commit a60004e

Please sign in to comment.