Skip to content

Commit

Permalink
Add read-only uint8 NumPy array test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jan 27, 2020
1 parent eef69f8 commit 2234e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/rmm/tests/test_rmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def test_rmm_device_buffer(size):
b"abc",
bytearray(b"abc"),
memoryview(b"abc"),
np.asarray(memoryview(b"abc")),
np.arange(3, dtype="u1"),
],
)
Expand Down

0 comments on commit 2234e5a

Please sign in to comment.