Skip to content

Commit

Permalink
Sharpen NxCorr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Oct 24, 2024
1 parent bd37620 commit b72a356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/divergences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ end
g = imagepixels(fovx, fovy, npix, npix)
img = intensitymap(θ, g)
div = NxCorr(img)
@test divergence(div, θ) < 1e-5
@test divergence(div, θ) < 1e-10
@inferred divergence(div, θ)
end

0 comments on commit b72a356

Please sign in to comment.