Skip to content

Commit

Permalink
Debug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 23, 2024
1 parent 52aafae commit 3437d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/plugins/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def do_compute(self, chunk_i=None, **kwargs):
)
subruns = self._check_subruns_uniqueness(kwargs, {k: v.subruns for k, v in kwargs.items()})

chunks = list(kwargs.items())
chunks = list(kwargs.values())

kwargs = {k: v.data for k, v in kwargs.items()}
if self.compute_takes_chunk_i:
Expand Down

0 comments on commit 3437d9b

Please sign in to comment.