Skip to content
Snippets Groups Projects

Online new extinction

Merged Prathamesh Joshi requested to merge o4b-online-new-extinction into o4b-online
10 unresolved threads
@@ -265,7 +265,9 @@ def main():
# send heartbeat messages
if kafka_processor:
kafka_processor.heartbeat()
# zero out the zerolag after the first round of extinction is finished
data.zero_lag_lr_lnpdf.count.array[:] = 0
# if we fail to complete more than 1% of the bins,
# this is a serious problem and we should just quit
Loading