sacrerouge
sacrerouge copied to clipboard
Evaluate and score logic is duplicated
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.