Skip to content

Commit

Permalink
review update
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Nov 27, 2023
1 parent 5402735 commit da5c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/tools/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def parse_json_matrix(filename: str) -> dict:
f"WARNING: Duplicate key {json.dumps(dict_key)}",
file=sys.stderr,
)
result[frozendict(dict_key)] = case
result[dict_key] = case
return result


Expand Down

0 comments on commit da5c309

Please sign in to comment.