Skip to content

Commit

Permalink
Set start of further chunk to be the smallest start of dependencies' …
Browse files Browse the repository at this point in the history
…chunk (#715)

Co-authored-by: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com>
  • Loading branch information
dachengx and WenzDaniel committed Jun 20, 2023
1 parent 6fb1e64 commit 4f19632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strax/plugins/plugin.py
Expand Up @@ -580,6 +580,7 @@ def do_compute(self, chunk_i=None, **kwargs):
if save_when <= strax.SaveWhen.EXPLICIT:
# </start>This warning/check will be deleted, see UserWarning
if len(set(tranges.values())) != 1:
start = min([v.start for v in kwargs.values()])
end = max([v.end for v in kwargs.values()]) # Don't delete
message = (
f"New feature, we are ignoring inconsistent the "
Expand Down

0 comments on commit 4f19632

Please sign in to comment.