sacrerouge icon indicating copy to clipboard operation
sacrerouge copied to clipboard

Evaluate and score logic is duplicated

Open danieldeutsch opened this issue 4 years ago • 0 comments

The code to run evaluate and score is duplicated. It appears in both evaluate.py, score.py, and metric_command.py. This should be consolidated into two functions (one for evaluate, one for score) so they are never out of sync.

danieldeutsch avatar Aug 15 '20 20:08 danieldeutsch