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

Commit d3e7943

Browse files
Shashi456rxwei
authored andcommitted
adding MeanAbsoluteError test to allTests (#189)
1 parent 39c3f07 commit d3e7943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TensorFlowTests/LossTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ final class LossTests: XCTestCase {
177177
static var allTests = [
178178
("testMeanSquaredErrorLoss", testMeanSquaredErrorLoss),
179179
("testMeanSquaredErrorGrad", testMeanSquaredErrorGrad),
180+
("testMeanAbsoluteError", testMeanAbsoluteError),
180181
("testHingeLoss", testHingeLoss),
181182
("testCategoricalHingeLoss", testCategoricalHingeLoss),
182183
("testSquaredHingeLoss", testSquaredHingeLoss),

0 commit comments

Comments
 (0)