Skip to content

Commit

Permalink
update pandas api
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Mar 26, 2024
1 parent 793a888 commit a9a1e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/tools/tensorrt/perf/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def get_specs(specs, branch, commit_hash, commit_datetime):
:return: The updated table.
"""

init_id = int(specs.tail(1).get(".", 0)) + 1
init_id = int(specs.tail(1).get(".", 0).iloc[0]) + 1
specs_additional = pd.DataFrame(
{
".": [init_id, init_id + 1, init_id + 2],
Expand Down

0 comments on commit a9a1e55

Please sign in to comment.