Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 24, 2023
1 parent 5f19111 commit b5891c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions benchmarl/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@


class Benchmark:
"""defrfefeffe"""

def __init__(
self,
algorithm_configs: Sequence[AlgorithmConfig],
Expand Down
3 changes: 0 additions & 3 deletions benchmarl/eval_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@


def get_raw_dict_from_multirun_folder(multirun_folder: str) -> Dict:
"""eefefs"""
return load_and_merge_json_dicts(_get_json_files_from_multirun(multirun_folder))


Expand All @@ -44,8 +43,6 @@ def _get_json_files_from_multirun(multirun_folder: str) -> List[str]:
def load_and_merge_json_dicts(
json_input_files: List[str], json_output_file: Optional[str] = None
) -> Dict:
"""efdfoefmmiefe"""

def update(d, u):
for k, v in u.items():
if isinstance(v, collections.abc.Mapping):
Expand Down

0 comments on commit b5891c3

Please sign in to comment.