Skip to content

Commit 47df271

Browse files
committed
test/fiml: set EM MVN rtol=1e-10
to make tests pass
1 parent cc48055 commit 47df271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/examples/political_democracy/by_parts.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ end
313313
### fiml
314314
############################################################################################
315315

316-
observed = SemObservedMissing(specification = spec_mean, data = dat_missing)
316+
observed =
317+
SemObservedMissing(specification = spec_mean, data = dat_missing, rtol_em = 1e-10)
317318

318319
fiml = SemFIML(observed = observed, specification = spec_mean)
319320

0 commit comments

Comments
 (0)