Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Richard McKinsey authored and michaelmckinsey1 committed Feb 20, 2024
1 parent f29a575 commit c61387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thicket/tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_indicies(rajaperf_july_2023):
tk = th.Thicket.from_caliperreader(files)

# No error
tk.tree(metric_column="Avg time/rank", indicies=2054574010)
tk.tree(metric_column="Avg time/rank", indicies=tk.profile[0])

tk.metadata_column_to_perfdata("variant")
tk.metadata_column_to_perfdata("tuning")
Expand Down

0 comments on commit c61387d

Please sign in to comment.