Skip to content

Commit 296a091

Browse files
committed
change epsilon for unit test with julia-1.6
1 parent 2ecf1fb commit 296a091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ multipole_expansion_test = [3.15347369905358e-5 0.0 0.0 0.0; 0.0 0.0 0.0 0.0;;;
14201420
expansion_order = Val{14}()
14211421
fmm._B2M!_panel(multipole_expansion, qnm_prev, jnm_prev, inm_prev, R0, Ru, Rv, strength, normal, expansion_order, fmm.UniformSourcePanel())
14221422
for i in eachindex(multipole_expansion)
1423-
@test isapprox(multipole_expansion[i], multipole_expansion_test[i]; atol=1e-12)
1423+
@test isapprox(multipole_expansion[i], multipole_expansion_test[i]; atol=1e-11)
14241424
end
14251425

14261426
# single tri panel

0 commit comments

Comments
 (0)