Skip to content

Commit

Permalink
Re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pantonante committed Feb 19, 2024
1 parent 813ad6b commit 7eebb2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions continuous_eval/eval/result_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ def aggregate(self):
actual_results = {
module_name: dict(ChainMap(*metrics.values())) for module_name, metrics in aggregated_samples.items()
}
# for module_name, metrics in aggregated_samples.items():
# actual_results[module_name]=dict(ChainMap(*metrics.values()))
# return {
# module_name: [dict(ChainMap(*x)) for x in zip(*eval_res.values())]
# for module_name, eval_res in aggregated_samples.items()
# }
return actual_results

def save(self, filepath: Path):
Expand Down

0 comments on commit 7eebb2c

Please sign in to comment.