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

prepost.dlctemplate: also create failed pbs_in for zipchunks

parent 41cd6541
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -570,8 +570,9 @@ def postpro_node_merge(tqdm=False, zipchunks=False): ...@@ -570,8 +570,9 @@ def postpro_node_merge(tqdm=False, zipchunks=False):
pd.DataFrame(chans).to_csv(fname) pd.DataFrame(chans).to_csv(fname)
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# created failed cases list # find failed cases and create pbs_in_failed dir
cc.find_failed(df_cases=df_tags) cc.find_failed(df_cases=df_tags)
sim.copy_pbs_in_failedcases(cc.cases_fail, path=opt.pbs_failed_path)
if __name__ == '__main__': if __name__ == '__main__':
......
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