Make `outfile` more robust in `batchify`
Closed this issue · 1 comments
alec-hoyland commented
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.
alec-hoyland commented
Will not fix. Should be done in the batch function and then understood implicitly in RatCatcher.gather
based on the protocol.