Skip to content

Commit 62e7517

Browse files
committed
fix ci
1 parent b255a71 commit 62e7517

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devtools/inspector/tests/inspector_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,9 +1072,11 @@ def preprocessing(
10721072
self.assertEqual(len(df_mse), 2)
10731073
cols = set(df_mse.columns)
10741074
expected_cols = {
1075+
"aot_debug_handle",
10751076
"aot_ops",
10761077
"aot_intermediate_output",
10771078
"runtime_ops",
1079+
"runtime_debug_handle",
10781080
"runtime_intermediate_output",
10791081
"gap",
10801082
"stacktraces",

0 commit comments

Comments
 (0)