Skip to content

Commit 822fec4

Browse files
author
Samantha Andow
authored
fix problem from getitem (#551)
1 parent 8acf2d1 commit 822fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functorch_additional_op_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def sample_inputs_getitem(op_info, device, dtype, requires_grad, **kwargs):
279279
]
280280

281281
return tuple(SampleInput(
282-
make_tensor((S, S, S), device, dtype, low=None, high=None, requires_grad=requires_grad),
282+
make_tensor((S, S, S), device=device, dtype=dtype, low=None, high=None, requires_grad=requires_grad),
283283
args=args)
284284
for args in test_args)
285285

0 commit comments

Comments
 (0)