Skip to content

Commit c3a2b8b

Browse files
authored
reenable test (#2188)
1 parent c75eb94 commit c3a2b8b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

keras_hub/src/layers/preprocessing/image_converter_test.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import pathlib
33

4-
import keras
54
import numpy as np
65
import pytest
76
import tensorflow as tf
@@ -62,10 +61,6 @@ def test_dtypes(self):
6261
(True, False),
6362
(False, True),
6463
)
65-
@pytest.mark.skipif(
66-
keras.config.backend() == "torch",
67-
reason="disabled until resize is fixed for torch backend",
68-
) # TODO: remove skip after new release with fix of https://github.com/keras-team/keras/pull/20797
6964
def test_resize_batch(self, crop_to_aspect_ratio, pad_to_aspect_ratio):
7065
converter = ImageConverter(
7166
image_size=(4, 4),

0 commit comments

Comments
 (0)