We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347f942 commit de2198aCopy full SHA for de2198a
test/test_transforms_v2.py
@@ -52,8 +52,10 @@
52
from torchvision.transforms.v2.functional._utils import _get_kernel, _register_kernel_internal
53
54
55
+# FIXME: Put this back once https://github.com/pytorch/vision/issues/8030
56
+# and https://github.com/pytorch/pytorch/issues/110857 are addressed
57
# turns all warnings into errors for this module
-pytestmark = pytest.mark.filterwarnings("error")
58
+# pytestmark = pytest.mark.filterwarnings("error")
59
60
61
@pytest.fixture(autouse=True)
0 commit comments