Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 4 dpctl/tests/test_usm_ndarray_ctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,8 @@ def test_flags():
except dpctl.SyclDeviceCreationError:
pytest.skip("No SYCL devices available")
f = x.flags
# check comparison with generic types
assert f != Ellipsis
f.__repr__()
assert f.c_contiguous == f["C"]
assert f.f_contiguous == f["F"]
Expand All @@ -2144,8 +2146,6 @@ def test_flags():
assert f.forc == f["FORC"]
assert f.fnc == f["FNC"]
assert f.writable == f["W"]
# check comparison with generic types
f == Ellipsis


def test_asarray_uint64():
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.