Commit e9eb451e authored by Baber's avatar Baber
Browse files

fix metric logging

parent acf454b7
......@@ -630,7 +630,7 @@ def evaluate(
req.filtered_resps[filter_key] for req in requests
],
"filter": filter_key,
"metrics": list(set(m.keys() for m in metrics)),
"metrics": list({k for m in metrics for k in m.keys()}),
"doc_hash": hash_string(
json.dumps(
requests[0].doc,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment