We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56c85c commit 8f60a36Copy full SHA for 8f60a36
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