From 2015201e218c2eb0e8c32fe096b7fc8ba4df7883 Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Sun, 29 Sep 2024 19:05:53 +0000 Subject: [PATCH] fix --- ivy_tests/test_integrations/helpers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivy_tests/test_integrations/helpers.py b/ivy_tests/test_integrations/helpers.py index ea0b8277a7ea..44fc3385e484 100644 --- a/ivy_tests/test_integrations/helpers.py +++ b/ivy_tests/test_integrations/helpers.py @@ -9,9 +9,9 @@ jax.config.update("jax_enable_x64", True) -# jax_kornia = ivy.transpile(kornia, source="torch", to="jax") -# np_kornia = ivy.transpile(kornia, source="torch", to="numpy") -tf_kornia = ivy.transpile(kornia, source="torch", to="tensorflow") +# jax_kornia = ivy.transpile(kornia, source="torch", target="jax") +# np_kornia = ivy.transpile(kornia, source="torch", target="numpy") +tf_kornia = ivy.transpile(kornia, source="torch", target="tensorflow") # Helpers #