Skip to content

Commit

Permalink
fixed bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
abeschneider committed Jan 13, 2017
1 parent b85ce5d commit f2e1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OpTests/opTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class opTests: XCTestCase {


let view = ViewOp<D>(input: input, ranges: [1..<4, 2..<4])
let inputView = ravel(inputValue[1..<4, 2..<4])
let inputView = inputValue[1..<4, 2..<4]

let viewGrad = view.gradient() as! ViewGrad<D>
connect(from: gradOutput, to: viewGrad, "gradOutput")
Expand Down

0 comments on commit f2e1c6b

Please sign in to comment.