Skip to content

Commit 5876a83

Browse files
authored
Specify default values explicitly (#2812)
* Specify default values explicitly
1 parent 4781270 commit 5876a83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_addons/image/tests/sparse_image_warp_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ def test_partially_or_fully_unknown_shape(
309309
control_point_locations + control_point_displacements,
310310
interpolation_order=interpolation_order,
311311
num_boundary_points=num_boundary_points,
312+
regularization_weight=0.0,
313+
name="sparse_image_warp",
312314
)
313315
np.testing.assert_equal(output[0].numpy(), expected_output[0].numpy())
314316
np.testing.assert_equal(output[1].numpy(), expected_output[1].numpy())

0 commit comments

Comments
 (0)