Skip to content
Snippets Groups Projects
Commit fe7b4cd0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

xfail failing gpu interpolation tests

parent be937958
1 merge request!135CI: Replace minimal-ubuntu job with ubuntu
Pipeline #21298 failed with stage
in 3 minutes and 6 seconds
...@@ -83,9 +83,9 @@ def test_scale_interpolation(): ...@@ -83,9 +83,9 @@ def test_scale_interpolation():
['border', ['border',
'clamp', 'clamp',
pytest.param('warp', marks=pytest.mark.xfail( pytest.param('warp', marks=pytest.mark.xfail(
reason="Fails on newer SymPy version due to complex conjugate()")), reason="requires interpolation-refactoring branch")),
pytest.param('mirror', marks=pytest.mark.xfail( pytest.param('mirror', marks=pytest.mark.xfail(
reason="Fails on newer SymPy version due to complex conjugate()")), reason="requires interpolation-refactoring branch")),
]) ])
def test_rotate_interpolation(address_mode): def test_rotate_interpolation(address_mode):
""" """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment