Skip to content

Commit 046603d

Browse files
committed
fixup gradient call
1 parent 0a57226 commit 046603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function _gc()
5050
end
5151

5252
function gradtest(model, input)
53-
gradient(model, input)
53+
gradient(sum model, input)
5454
# if we make it to here with no error, success!
5555
return true
5656
end

0 commit comments

Comments
 (0)