Skip to content

Commit faebd73

Browse files
committed
style: reformat numpy_test.py
Signed-off-by: 11happy <[email protected]>
1 parent ee326d2 commit faebd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/ops/numpy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3578,7 +3578,7 @@ def test_bincount(self, sparse_input, sparse_arg):
35783578
output, np.bincount(x_np, weights=weights_np, minlength=minlength)
35793579
)
35803580
self.assertSparse(output, sparse_input or sparse_arg)
3581-
3581+
35823582
x = np.expand_dims(x, 0)
35833583
weights = np.expand_dims(weights, 0)
35843584

0 commit comments

Comments
 (0)