From 520fefc06a6c2c4d0b6bcb84a891fb4fe7306c01 Mon Sep 17 00:00:00 2001 From: ksagiyam Date: Fri, 8 Nov 2024 14:17:38 +0000 Subject: [PATCH] k --- tests/test_pickle_gem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pickle_gem.py b/tests/test_pickle_gem.py index 73e39cac..beb101f9 100644 --- a/tests/test_pickle_gem.py +++ b/tests/test_pickle_gem.py @@ -6,7 +6,7 @@ @pytest.mark.parametrize('protocol', range(3)) def test_pickle_gem(protocol): - f = gem.VariableIndex(gem.Indexed(gem.Variable('facet', (2,)), (1,))) + f = gem.VariableIndex(gem.Indexed(gem.Variable('facet', (2,), dtype=gem.uint_type), (1,))) q = gem.Index() r = gem.Index() _1 = gem.Indexed(gem.Literal(numpy.random.rand(3, 6, 8)), (f, q, r))