hasselmonians/RatCatcher

Make `outfile` more robust in `batchify`

Closed this issue · 1 comments

The data type of the outfile in batchify is hardcoded to be a .csv. Ideally there should be a way to change this for the user. Probably, it's set by the protocol somehow.

Will not fix. Should be done in the batch function and then understood implicitly in RatCatcher.gather based on the protocol.