AppraiseDev / Appraise

Appraise code used as part of WMT21 human evaluation campaign
BSD 3-Clause "New" or "Revised" License
22 stars 12 forks source link

Clamp times, fix status annotation counts #155

Closed zouharvi closed 5 months ago

zouharvi commented 5 months ago

Fixes:

Additionally: The times are clamped only on the campaign status page and the annotator end screen still showed the raw data. image

To fix this, I had to change a few files and move the time computation function to Appraise/utils (otherwise we get circular import EvalData->Campaign->EvalData). Now the time compuation logic is unified:

image

Should be rebased to romang/develop-mqm.

zouharvi commented 5 months ago

Tests seem to be passing now. @snukky