Skip to content

Commit 0aa67f2

Browse files
committed
fix test
1 parent 5f71149 commit 0aa67f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests_singlevortexring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for (description, integration, UJ, nc, formulation, viscous, SFS, test_error) in
6969
transposed = true,
7070
integration = integration,
7171
UJ = UJ,
72-
fmm = vpm.FMM(; p=4, ncrit=50, theta=0.4, shrink_recenter=true),
72+
fmm = vpm.FMM(; p=4, ncrit=50, theta=0.4, shrink_recenter=true, relative_tolerance=1e-3, absolute_tolerance=1e-3),
7373
useGPU = test_using_GPU[]
7474
)
7575

0 commit comments

Comments
 (0)