Skip to content

Commit

Permalink
remove extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 30, 2024
1 parent daa40c3 commit de9df62
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions ivy_tests/test_integrations/test_kornia.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,6 @@
import torch


# TODO: remove
def test_equalize(target_framework, mode, backend_compile):
trace_args = (torch.rand(1, 2, 3, 3),)
trace_kwargs = {}
test_args = (torch.rand(5, 2, 3, 3),)
test_kwargs = {}
_test_function(
kornia.enhance.equalize,
trace_args,
trace_kwargs,
test_args,
test_kwargs,
target_framework,
backend_compile,
tolerance=1e-4,
mode=mode,
)


def test_rgb_to_grayscale(target_framework, backend_compile):
trace_args = (torch.rand(1, 3, 4, 4),)
trace_kwargs = {}
Expand Down

0 comments on commit de9df62

Please sign in to comment.