Merge remote-tracking branch 'origin/main'
# Conflicts: # desktop_env/controllers/setup.py # desktop_env/evaluators/metrics/utils.py
This commit is contained in:
@@ -130,6 +130,10 @@ def load_charts(xlsx_file: Workbook, **options) -> Dict[str, Any]:
|
||||
return chart_set
|
||||
|
||||
|
||||
def _match_record(pattern: Dict[str, Any], item: Dict[str, Any]) -> bool:
|
||||
return all(k in item and item[k] == val for k, val in pattern.items())
|
||||
|
||||
|
||||
def are_lists_equal(list1, list2, comparison_func):
|
||||
# First check if both lists have the same length
|
||||
if len(list1) != len(list2):
|
||||
|
||||
Reference in New Issue
Block a user