Skip to content

Commit

Permalink
Specify default values explicitly (#2812)
Browse files Browse the repository at this point in the history
* Specify default values explicitly
  • Loading branch information
faizan-m authored Mar 1, 2023
1 parent 4781270 commit 5876a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_addons/image/tests/sparse_image_warp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def test_partially_or_fully_unknown_shape(
control_point_locations + control_point_displacements,
interpolation_order=interpolation_order,
num_boundary_points=num_boundary_points,
regularization_weight=0.0,
name="sparse_image_warp",
)
np.testing.assert_equal(output[0].numpy(), expected_output[0].numpy())
np.testing.assert_equal(output[1].numpy(), expected_output[1].numpy())

0 comments on commit 5876a83

Please sign in to comment.