Skip to content

Commit a3d8719

Browse files
authored
Skip test_roi_align_aligned (#5029)
1 parent dcf5dc8 commit a3d8719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_onnx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def test_roi_align(self):
141141
model = ops.RoIAlign((5, 5), 1, -1)
142142
self.run_model(model, [(x, single_roi)])
143143

144+
@pytest.mark.skip(reason="ROIAlign with aligned=True is not supported in ONNX, but will be supported in opset 16.")
144145
def test_roi_align_aligned(self):
145146
x = torch.rand(1, 1, 10, 10, dtype=torch.float32)
146147
single_roi = torch.tensor([[0, 1.5, 1.5, 3, 3]], dtype=torch.float32)

0 commit comments

Comments
 (0)