diff --git a/script/local.py b/script/local.py index 10945c2a..c03cdc03 100644 --- a/script/local.py +++ b/script/local.py @@ -242,9 +242,9 @@ def before_readout(): def after_readout(rec): - if not beam_ok: - rec.invalidate() - return + #if not beam_ok: + # rec.invalidate() + # return if get_context().persist: if rec.index == 0: create_diag_datasets()