datawizard1337/ARGUS

Post-processing multiple chunks

Closed this issue · 2 comments

A Key Error is raised when there are multiple outputs in the chunks.

in postprocessing.py, line 48:

print("Processed {} of files".format(report_ticks[ticks]))
KeyError: 5

If the error is not so easy to fix, we can still delete that part of the code.

Error was fixed by restructuring the affected part of the code.