google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Need tool for ensuring compare_json --single_config will succeed #28

Open alvestrand opened 9 years ago

alvestrand commented 9 years ago

compare_json will drop out results with negative scores. Negative scores are quite common under criterion RT. When all scores for a file are negative for all configs where all files have been scored, compare_json --single_config will fail.

There needs to be a tool for making sure there exists a config with at least one positive score for each file in the test set - one can do it manually by picking a likely config and running force_run_config, but this should be automatable.