From a77cd042c4e91e6f60d0f3882235b9bdf8663cb1 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 31 Oct 2023 11:18:15 -0500 Subject: [PATCH] default arg --- tests/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_io.py b/tests/test_io.py index f3d5f8d22..cad6d2010 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -353,7 +353,7 @@ def __call__(self, x: list) -> ak.Array: def mock(self): return ak.typetracer.typetracer_from_form(self.form) - def mock_empty(self, backend): + def mock_empty(self, backend="cpu"): return ak.to_backend( self.form.length_zero_array(highlevel=False), backend=backend,