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
No related branches found
No related tags found
1 merge request!135CI: Replace minimal-ubuntu job with ubuntu
Pipeline #21298 failed
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment