Post-processing multiple chunks
Closed this issue · 2 comments
cordoba27 commented
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
datawizard1337 commented
If the error is not so easy to fix, we can still delete that part of the code.
cordoba27 commented
Error was fixed by restructuring the affected part of the code.