Skip to content

Commit 5e141bf

Browse files
committed
test
1 parent 5123b8c commit 5e141bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnxscript/test/function_libs/torch_aten/ops_correctness_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ def _logcumsumexp_input_wrangler(
213213
"acosh": core_ops.aten_acosh,
214214
"add": core_ops.aten_add,
215215
"addmm": core_ops.aten_addmm,
216-
"amax": (core_ops.aten_amax, _amax_amin_kwargs_wrangler),
217-
"amin": (core_ops.aten_amin, _amax_amin_kwargs_wrangler),
216+
"amax": (core_ops.aten_amax, _amax_amin_input_wrangler),
217+
"amin": (core_ops.aten_amin, _amax_amin_input_wrangler),
218218
"arange_start_step": core_ops.aten_arange_start_step,
219219
"arange_start": core_ops.aten_arange_start,
220220
"arange": core_ops.aten_arange,

0 commit comments

Comments
 (0)