Skip to content

Commit b2bd043

Browse files
committed
Fix Sequential Tests.
Fix bug introduced in tensorflow#419.
1 parent 4cfaa4c commit b2bd043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TensorFlowTests/SequentialTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final class SequentialTests: XCTestCase {
6161
}
6262
}
6363
XCTAssertEqual(model.inferring(from: [[0, 0], [0, 1], [1, 0], [1, 1]]),
64-
[[0.52508783], [0.52508783], [0.52508783], [0.52508783]])
64+
[[0.4884567], [0.4884567], [0.4884567], [0.4884567]])
6565
}
6666

6767
static var allTests = [

0 commit comments

Comments
 (0)