Skip to content

Commit 1432e2d

Browse files
committed
Inference test
1 parent 3335a6f commit 1432e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_cv/layers/preprocessing/jittered_resize_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_augment_inference_mode(self):
175175
seed=self.seed,
176176
)
177177
output = layer(input, training=False)
178-
expected_output = layer._inference_resizing(output)
178+
expected_output = layer.inference_resizing(output)
179179
self.assertAllClose(
180180
expected_output["bounding_boxes"]["boxes"],
181181
output["bounding_boxes"]["boxes"],

0 commit comments

Comments
 (0)