Skip to content

Commit

Permalink
Xfail version converter
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chu <justinchu@microsoft.com>
  • Loading branch information
justinchuby committed Sep 21, 2023
1 parent cbf69ae commit 37c2e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnx/test/automatic_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import Any, Dict, List, Optional, Sequence, Union, cast

import numpy as np
import pytest

import onnx
from onnx import TensorProto, ValueInfoProto, helper, shape_inference, version_converter
Expand Down Expand Up @@ -1531,6 +1532,7 @@ def test_HannWindow(self) -> None:
def test_HammingWindow(self) -> None:
self._test_window_function("HammingWindow")

@pytest.mark.xfail(reason="FIXME(#5613): Implement version converters for DFT")
def test_DFT(self) -> None:
self._test_op_upgrade("DFT", 17, [[2, 16, 1], []], [[2, 16, 2]])
self._test_op_upgrade("DFT", 17, [[2, 16, 2], []], [[2, 16, 2]])
Expand Down

0 comments on commit 37c2e17

Please sign in to comment.