Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Sep 19, 2023
1 parent d4d35bd commit 3a0fe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurora/pipelines/process_mth5.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def triage_issue_289(local_stfts, remote_stfts):
cond1 & cond2, drop=True
)
assert local_stfts[i_chunk].time.shape == remote_stfts[i_chunk].time.shape

Check warning on line 159 in aurora/pipelines/process_mth5.py

View check run for this annotation

Codecov / codecov/patch

aurora/pipelines/process_mth5.py#L159

Added line #L159 was not covered by tests
return # local_stfts, remote_stfts
return local_stfts, remote_stfts


def merge_stfts(stfts, tfk):
Expand Down

0 comments on commit 3a0fe55

Please sign in to comment.