From 777a09bdfe74678e3afff458543bd530e71785f1 Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Thu, 18 Mar 2021 16:48:57 -0400 Subject: [PATCH] Add tests for caching --- python/cudf/cudf/tests/test_scalar.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/cudf/cudf/tests/test_scalar.py b/python/cudf/cudf/tests/test_scalar.py index a42edadc103..58115cecee7 100644 --- a/python/cudf/cudf/tests/test_scalar.py +++ b/python/cudf/cudf/tests/test_scalar.py @@ -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