Skip to content

Commit 6b14e74

Browse files
committed
2prev
1 parent 7601e0d commit 6b14e74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ext/ReactiveMPProjectionExt/rules/marginals_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@testset "f(x) -> x, x~EF, out~EF with Categorical" begin
5151
meta = DeltaMeta(
5252
method = CVIProjection(
53-
in_prjparams = (in_1 = ExponentialFamilyProjection.ProjectionParameters(strategy = ExponentialFamilyProjection.ControlVariateStrategy(nsamples = 1_000)),)
53+
in_prjparams = (in_1 = ExponentialFamilyProjection.ProjectionParameters(strategy = ExponentialFamilyProjection.ControlVariateStrategy(nsamples = 4_000)),)
5454
)
5555
)
5656
inputs_outputs = [
@@ -65,7 +65,7 @@
6565
@test length(q_factorised) === 1
6666
component1 = component(q_factorised, 1)
6767
q_prod = prod(GenericProd(), m_in, m_out)
68-
@test mean(component1) mean(q_prod) atol = 1e-1
68+
@test mean(component1) mean(q_prod) atol = 2e-1
6969
end
7070
end
7171
end

0 commit comments

Comments
 (0)