Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Aug 25, 2018
1 parent 7ef8d11 commit b2480f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.7
SpecialFunctions
SpecialFunctions 0.7
2 changes: 1 addition & 1 deletion test/gradcheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ number, we check the gradient of `sum(f(x...))`.
* `verbose=1`: 0 prints nothing, 1 shows failing tests, 2 shows all tests.
"""
function gradcheck(f, x...; kw=(), args=:, nsample=10, verbose=1, rtol=0.01, atol=0.01, delta=0.0001)
function gradcheck(f, x...; kw=(), args=:, nsample=10, verbose=1, rtol=0.05, atol=0.01, delta=0.0001)
args = isa(args, Colon) ? (1:length(x)) : args
tape = Tape()
xrec = Any[x...]
Expand Down

0 comments on commit b2480f0

Please sign in to comment.