Skip to content

Commit ea0158c

Browse files
committed
div_mode
1 parent 597b3c8 commit ea0158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def _where_input_wrangler(
635635
),
636636
TorchLibOpInfo("div_mode", core_ops.aten_div_mode, trace_only=True)
637637
.skip(
638-
matcher=lambda sample: sample.kwargs.get("rounding_mode") is None,
638+
variant_name="no_rounding_mode",
639639
reason="this variation requires the rounding_mode argument",
640640
)
641641
.skip(

0 commit comments

Comments
 (0)