Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman committed Sep 25, 2024
1 parent 32d69e7 commit aa5f82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ def forward(self, a, b):


@register_test_case(module_factory=lambda: ElementwiseCreateComplexModule())
def ElementwiseCreateComplexModulee_basic(module, tu: TestUtils):
def ElementwiseCreateComplexModule_basic(module, tu: TestUtils):
module.forward(
tu.randint(4, high=10).type(torch.float32),
tu.randint(4, high=10).type(torch.float32),
Expand Down

0 comments on commit aa5f82c

Please sign in to comment.