Skip to content

Commit 7b776bd

Browse files
Michael Richard Mckinseymichaelmckinsey1
authored andcommitted
Black
1 parent ff8fa35 commit 7b776bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

thicket/tests/test_filter_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def test_filter_profile(rajaperf_cali_1trial):
1010
tk = Thicket.from_caliperreader(rajaperf_cali_1trial, disable_tqdm=True)
1111

1212
# Split profile list into two halves
13-
rm_profs = tk.profile[len(tk.profile)//2:]
14-
keep_profs = tk.profile[:len(tk.profile)//2]
13+
rm_profs = tk.profile[len(tk.profile) // 2 :]
14+
keep_profs = tk.profile[: len(tk.profile) // 2]
1515

1616
tk_filt = tk.filter_profile(keep_profs)
1717

0 commit comments

Comments
 (0)