From ccd175f22367b345d5a8469fad614d6fa6cd76b4 Mon Sep 17 00:00:00 2001 From: seanmcculloch Date: Mon, 11 Aug 2025 13:05:23 -0700 Subject: [PATCH] kwargs typo --- bigstream/distributed_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstream/distributed_transform.py b/bigstream/distributed_transform.py index eb23d0d..efe46d1 100644 --- a/bigstream/distributed_transform.py +++ b/bigstream/distributed_transform.py @@ -137,7 +137,7 @@ def distributed_apply_transform( transform_list=transform_list, transform_spacing_list=transform_spacing_list, output=aligned_data, - *kwargs, + **kwargs, ) # apply transformation to all blocks