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

Fix failing interpolation tests on newer sympy versions

parent 6be6ba63
Branches
Tags
1 merge request!129Interpolation refactoring
......@@ -155,7 +155,8 @@ def test_rotate_interpolation_gpu(dtype, address_mode):
previous_result = out.get()
def test_shift_interpolation_gpu():
@pytest.mark.parametrize('address_mode', ['border', 'wrap', 'clamp', 'mirror'])
def test_shift_interpolation_gpu(address_mode):
rotation_angle = 0 # sympy.pi / 5
scale = 1
......
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