We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4659fc5 commit 492b580Copy full SHA for 492b580
1 file changed
test/examples/political_democracy/by_parts.jl
@@ -313,7 +313,8 @@ end
313
### fiml
314
############################################################################################
315
316
-observed = SemObservedMissing(specification = spec_mean, data = dat_missing)
+observed =
317
+ SemObservedMissing(specification = spec_mean, data = dat_missing, rtol_em = 1e-10)
318
319
fiml = SemFIML(observed = observed, specification = spec_mean)
320
0 commit comments