Skip to content

Commit a8c245f

Browse files
fix TAP test (#21515)
1 parent c9383e2 commit a8c245f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/layers/preprocessing/image_preprocessing/rand_augment_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ def test_graph_issue(self):
126126
for output in ds:
127127
key_list.append(output["layer_idxes"])
128128

129-
self.assertNotEquals(len(np.unique(key_list)), 1)
129+
self.assertNotEqual(len(np.unique(key_list)), 1)

0 commit comments

Comments
 (0)