Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Aug 2, 2022
1 parent 5c83a4a commit 252e757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inspect_opt_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def main():
rsl["results"]["config_no"] = j["results"]["config_no"]
rsl["config"] = j["config"]
results.append(rsl)
# results.append({'results': {k: j['results'][k] for k in keys}, 'config': j['config']})
# results = [{k:json.loads(x)} for x in f.readlines()]

print(
Expand Down

0 comments on commit 252e757

Please sign in to comment.