OCR-D / quiver-back-end

The back end of the OCR-D quality dashboard webapp.
MIT License
1 stars 2 forks source link

Extend makefile #49

Closed mweidling closed 1 year ago

mweidling commented 1 year ago

When the creation of benchmarks is interrupted e.g. because of an error, the directories that are cleaned up at the end of the process (workflows/workspaces and workflows/nf-results) are still present. This causes errors in the next run of the script.

This PR adds a target that cleans said dirs before each run of make benchmarks.

mweidling commented 1 year ago

I messed up the git history a bit in the last week. Mea culpa. :confused:

kba commented 1 year ago

I messed up the git history a bit in the last week. Mea culpa. 😕

Why? Because of the merges? You can always do git log --no-merges if these trouble you. They don't trouble me.