Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit e363592

Browse files
authored
Removed some duplicate math tests (#149).
1 parent 5f9d1fa commit e363592

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/TensorFlowTests/OperatorTests/MathTests.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,10 @@ final class MathOperatorTests: XCTestCase {
346346
("testExpm1", testExpm1),
347347
("testSign", testSign),
348348
("testLogSigmoid", testLogSigmoid),
349-
("testReduction", testReduction),
350-
("testCosineSimilarity", testCosineSimilarity),
351-
("testElu",testElu),
352-
("testGelu", testGelu),
353-
("testArgmax", testArgmax),
354349
("testSoftplus", testSoftplus),
355350
("testSoftsign", testSoftsign),
356351
("testElu",testElu),
352+
("testGelu", testGelu),
357353
("testLeakyRelu", testLeakyRelu),
358354
("testIsFinite", testIsFinite),
359355
("testIsInfinite", testIsInfinite),

0 commit comments

Comments
 (0)