Skip to content

Commit

Permalink
Add tests for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Mar 18, 2021
1 parent c464705 commit 777a09b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/cudf/cudf/tests/test_scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,6 @@ def test_construct_from_scalar(value):

# check that this works:
y.device_value

x._is_host_value_current == y._is_host_value_current
x._is_device_value_current == y._is_device_value_current

0 comments on commit 777a09b

Please sign in to comment.