Deleting partially concatenated score file when failing.
When only parts of the score files per model in nonorm/dev
(and similar for ztnorm
and eval
) are available, the score concatenation fails as expected. However, the partially written nonorm/scores-dev
file still exists, which is obviously wrong since it contains only partial results.
This MR fixes this by removing the nonorm/scores-dev
when an exception is raised during processing.