Skip to content

Commit

Permalink
default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Oct 31, 2023
1 parent 0d2939f commit a77cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a77cd04

Please sign in to comment.