Skip to content

Commit 090ef5e

Browse files
committed
test/fiml: set EM MVN rtol=1e-10
to make tests pass
1 parent 0eb2690 commit 090ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/political_democracy/by_parts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ end
273273
### fiml
274274
############################################################################################
275275

276-
observed = SemObservedMissing(specification = spec_mean, data = dat_missing)
276+
observed = SemObservedMissing(specification = spec_mean, data = dat_missing, rtol_em = 1e-10)
277277

278278
fiml = SemFIML(observed = observed, specification = spec_mean)
279279

0 commit comments

Comments
 (0)