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

Test all variants on CI

parent 9398d6d7
Branches
Tags
No related merge requests found
Pipeline #18159 failed
...@@ -239,8 +239,8 @@ def test_tfmad_gradient_check_torch_native(with_offsets, with_cuda): ...@@ -239,8 +239,8 @@ def test_tfmad_gradient_check_torch_native(with_offsets, with_cuda):
[dict[f] for f in auto_diff.forward_input_fields]), atol=1e-4, raise_exception=True) [dict[f] for f in auto_diff.forward_input_fields]), atol=1e-4, raise_exception=True)
# @pytest.mark.parametrize('with_offsets, with_cuda', itertools.product((False, True), repeat=2)) # @pytest.mark.parametrize('with_offsets, with_cuda, gradient_check', ((True, False, False),))
@pytest.mark.parametrize('with_offsets, with_cuda, gradient_check', ((False, False, True),)) @pytest.mark.parametrize('with_offsets, with_cuda', itertools.product((False, True), repeat=3))
def test_tfmad_gradient_check_tensorflow_native(with_offsets, with_cuda, gradient_check): def test_tfmad_gradient_check_tensorflow_native(with_offsets, with_cuda, gradient_check):
pytest.importorskip('tensorflow') pytest.importorskip('tensorflow')
import tensorflow as tf import tensorflow as tf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment