uniomni/PyARR

Create new directory for post processing data

uniomni opened this issue · 6 comments

Currently post processing data is stored with the raw input data making it difficult to clean out and rerun.
Suggest making a new director for post processing data which can easily be deleted without affecting the raw input data.

Fixed in commit: bfd276f

Looks like your proc directory directory has a newline in it?

I think this means the data hasn't been processed for that duration. It fails for me as well if I go past the processed data.

Just added some diagnostics. We also need a better error message for this situation.