Skip to content
Snippets Groups Projects
Commit cbcab5fe authored by Jörg Martin's avatar Jörg Martin
Browse files

create_tabular fewer metrics

parent aca7bfdd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import os
import glob
import json
metrics_to_display = ['rmse','logdens','coverage_numerical','true_coverage_numerical']
metrics_to_display = ['rmse','true_coverage_numerical', 'total_coverage']
show_incomplete = True
list_of_result_files = glob.glob(os.path.join('results','*.json'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment