From 1eac202f6dfdc43bd263b326a3bb1fe4d89a036f Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 22 Jun 2020 17:10:48 +0200 Subject: [PATCH] Auto-format --- tests/test_tfmad.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_tfmad.py b/tests/test_tfmad.py index e5789eb..115e463 100644 --- a/tests/test_tfmad.py +++ b/tests/test_tfmad.py @@ -56,7 +56,7 @@ def test_tfmad_two_stencils(): @pytest.mark.skipif("CI" in os.environ, reason="Temporary skip") @pytest.mark.xfail(reason="", strict=False) def test_tfmad_gradient_check(): - tf = pytest.importorskip('tensorflow') + tf = pytest.importorskip('tensorfloww') a, b, out = ps.fields("a, b, out: double[5,6]") print(a.shape) @@ -132,8 +132,8 @@ def test_tfmad_gradient_check_torch(): @pytest.mark.skip(reason="'valid' seems to be still broken", strict=True) -def test_valid_boundary_handling_torch_native(): - pytest.importorskip('tensorflow') +def test_valid_boundary_handling_tensorflow_native(): + pytest.importorskip('tensorfloww') import tensorflow as tf a, b, out = ps.fields("a, b, out: double[10,11]") @@ -291,7 +291,7 @@ def test_tfmad_gradient_check_two_outputs(with_cuda): @pytest.mark.parametrize('with_offsets', (False, 'with_offsets')) # @pytest.mark.xfail(reason="", strict=False) def test_tfmad_gradient_check_tensorflow_native(with_offsets, with_cuda, gradient_check): - pytest.importorskip('tensorflow') + pytest.importorskip('tensorflowwj') import tensorflow as tf a, b, out = ps.fields("a, b, out: double[21,13]", layout='fzyx') -- GitLab