We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb746f commit bf84347Copy full SHA for bf84347
tests/test_wrapper.py
@@ -680,7 +680,7 @@ def lambda_handler(event, context):
680
681
# Step 3: Check that hash in this context is the child of the hash you passed
682
# Step 4: Check that the right checkpoint was produced during call to handler
683
-
+ # The buckets hold the aggregated stats for all checkpoints
684
found_sqs_checkpoint = False
685
for bucket_time, bucket in processor_instance._buckets.items():
686
for aggr_key, stats in bucket.pathway_stats.items():
0 commit comments