Skip to content

Commit

Permalink
Merge pull request #929 from agoose77/agoose77/feat!-no-opt-touch-all
Browse files Browse the repository at this point in the history
feat!: drop use of `opt_touch_all=False`
  • Loading branch information
lgray authored Nov 30, 2023
2 parents 4080344 + 6999c82 commit dd95526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coffea/ml_tools/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def __call__(self, *args):
wrap,
*wrap.pair_to_args(*dak_args, **dak_kwargs),
label=f"numpy_call_{self.__class__.__name__}_" + dask.base.tokenize(self),
opt_touch_all=False,
)
arr = unpack_ret_array(arr)
return self.postprocess_awkward(arr, *args, **kwargs)
Expand Down

0 comments on commit dd95526

Please sign in to comment.