Commit ec4bc493 authored by lintangsutawika's avatar lintangsutawika
Browse files

reformat

parent a3eb6393
...@@ -39,7 +39,7 @@ def em(predictions, references): # This is a passthrough function ...@@ -39,7 +39,7 @@ def em(predictions, references): # This is a passthrough function
else not bool(reference) else not bool(reference)
) )
return (int(_group), prediction, reference) return (_group, prediction, reference)
def agg_em(items): def agg_em(items):
......
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