Skip to content

Commit 492b580

Browse files
committed
test/fiml: set EM MVN rtol=1e-10
to make tests pass
1 parent 4659fc5 commit 492b580

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)