Skip to content

Commit afd7c18

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

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
@@ -311,7 +311,8 @@ end
311311
### fiml
312312
############################################################################################
313313

314-
observed = SemObservedMissing(specification = spec_mean, data = dat_missing)
314+
observed =
315+
SemObservedMissing(specification = spec_mean, data = dat_missing, rtol_em = 1e-10)
315316

316317
fiml = SemFIML(observed = observed, specification = spec_mean)
317318

0 commit comments

Comments
 (0)