Skip to content

Commit bce4ac9

Browse files
committed
Fix test_application_classifier_activation test
1 parent ebd6940 commit bce4ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/applications/applications_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_application_pooling(self, app, last_dim):
192192
self.assertShapeEqual(output_shape, (None, last_dim))
193193

194194
@parameterized.parameters(MODEL_LIST)
195-
def test_application_classifier_activation(self, app):
195+
def test_application_classifier_activation(self, app, _):
196196
model = app(
197197
weights=None, include_top=True, classifier_activation="softmax"
198198
)

0 commit comments

Comments
 (0)