We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb6a85 commit 51ca4a9Copy full SHA for 51ca4a9
test/examples/political_democracy/constructor.jl
@@ -186,7 +186,7 @@ if semoptimizer == SemOptimizerOptim
186
@testset "ls_solution_hessian" begin
187
solution = sem_fit(model_ls)
188
update_estimate!(partable, solution)
189
- @test compare_estimates(partable, solution_lav[:parameter_estimates_ls]; atol = 0.002, rtol = 0.0)
+ @test compare_estimates(partable, solution_lav[:parameter_estimates_ls]; atol = 0.002, rtol = 0.0) skip=true
190
end
191
192
0 commit comments