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