Skip to content

Commit

Permalink
remove unused variable from test
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Nov 18, 2024
1 parent 40ae171 commit ce17411
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thunder/tests/test_jit_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -1233,9 +1233,6 @@ def my_sin(x):
torch.testing.assert_close(y, y_ref)

initial_computation_trace = thunder.last_traces(jitted)[0]
bsym_str_ids = tuple(
bsym.sym.id for bsym in initial_computation_trace.bound_symbols if isinstance(bsym.sym.id, str)
)
assert any(
bsym.sym.id == "torch.ops.higher_order.autograd_function_apply"
for bsym in initial_computation_trace.bound_symbols
Expand Down

0 comments on commit ce17411

Please sign in to comment.