Skip to content

Commit

Permalink
ncrease-test-coverage in backend_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Faisal-Alsrheed committed Sep 21, 2023
1 parent 91c4d67 commit c6aa155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keras_core/backend/common/backend_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,5 @@ def test_same_padding_without_output_padding_for_torch_(self):
padding="same",
output_padding=None,
)
print(f"torch_padding: {torch_padding}")
print(f"torch_output_padding: {torch_output_padding}")
self.assertEqual(torch_padding, max(-((3 % 2 - 3) // 2), 0))
self.assertEqual(torch_output_padding, 1)

0 comments on commit c6aa155

Please sign in to comment.