Script execution
This commit is contained in:
@@ -208,9 +208,8 @@ def append_diag_datasets(parent = None):
|
||||
append_dataset(group+get_diag_name(f), x)
|
||||
|
||||
|
||||
SAVE_DIAGS = True
|
||||
def after_readout(rec):
|
||||
if SAVE_DIAGS and get_context().persist:
|
||||
if get_context().persist:
|
||||
if rec.index == 0:
|
||||
create_diag_datasets()
|
||||
append_diag_datasets()
|
||||
|
||||
Reference in New Issue
Block a user