Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yyp0 committed Aug 15, 2024
1 parent 03745ab commit c803f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/numerical_test/torch_e2e_testing/test_suite/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class InsertSliceScatterModule(torch.nn.Module):
def __init__(self):
super().__init__()

def forward(self, x):
def forward(self, x, src):
return torch.ops.aten.slice_scatter(x, src, dim=1, start=0, end=1, step=1)

@register_test_case(module_factory=lambda: InsertSliceScatterModule)
Expand Down

0 comments on commit c803f1f

Please sign in to comment.