Skip to content

Commit 164b352

Browse files
committed
chore: fix is_nan_test
1 parent 79f7f38 commit 164b352

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/py/dynamo/conversion/test_isnan_aten.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def forward(self, input):
3636
self.run_test(
3737
isnan(),
3838
inputs,
39-
output_dtypes=[torch.bool],
4039
)
4140

4241
@parameterized.expand(
@@ -55,7 +54,6 @@ def forward(self, input):
5554
self.run_test(
5655
isnan(),
5756
inputs,
58-
output_dtypes=[torch.bool],
5957
)
6058

6159
@parameterized.expand(
@@ -74,7 +72,6 @@ def forward(self, input):
7472
self.run_test(
7573
isnan(),
7674
inputs,
77-
output_dtypes=[torch.bool],
7875
)
7976

8077

0 commit comments

Comments
 (0)