Skip to content
Snippets Groups Projects
Commit 84f8d9f4 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlctemplate: using all tags uses way too much disk space, only use...

prepost.dlctemplate: using all tags uses way too much disk space, only use those necessary to uniquely define each case
parent 7bc2a4f6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -363,7 +363,8 @@ def post_launch(sim_id, statistics=True, rem_failed=True, check_logs=True, ...@@ -363,7 +363,8 @@ def post_launch(sim_id, statistics=True, rem_failed=True, check_logs=True,
'hub3-blade3-node-%03i-momentvec-y' % nn_blr]] 'hub3-blade3-node-%03i-momentvec-y' % nn_blr]]
i0, i1 = 0, -1 i0, i1 = 0, -1
tags = list(cc.cases[list(cc.cases.keys())[0]].keys()) # in addition, sim_id and case_id are always added by default
tags = ['[Case folder]']
add = None add = None
# general statistics for all channels channel # general statistics for all channels channel
df_stats = cc.statistics(calc_mech_power=True, i0=i0, i1=i1, df_stats = cc.statistics(calc_mech_power=True, i0=i0, i1=i1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment