Skip to content

Commit

Permalink
Fix tests on Julia 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Aug 8, 2020
1 parent 8b0d2e1 commit 47947ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/norm_flows.jl
Expand Up @@ -27,8 +27,8 @@ end
our_method = sum(forward(flow, z).logabsdetjac)

@test our_method forward_diff
@test inv(flow)(flow(z)) z rtol=0.2
@test (inv(flow) flow)(z) z rtol=0.2
@test inv(flow)(flow(z)) z rtol=0.25
@test (inv(flow) flow)(z) z rtol=0.25
end

w = ones(10)
Expand Down

0 comments on commit 47947ef

Please sign in to comment.