Skip to content

Commit

Permalink
Removed blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rujutajoshi232 committed Dec 24, 2024
1 parent f328d50 commit 0f3a19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keras/src/ops/numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4718,8 +4718,6 @@ def test_eye(self):
# Test k < 0 and M < N and M - k > N
self.assertAllClose(knp.Eye(k=-2)(4, 3), np.eye(4, 3, k=-2))



def test_arange(self):
self.assertAllClose(knp.arange(3), np.arange(3))
self.assertAllClose(knp.arange(3, 7), np.arange(3, 7))
Expand Down

0 comments on commit 0f3a19d

Please sign in to comment.