From 1d484207b43421edda81cc9499230a6560f2d9bd Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Sun, 18 Feb 2024 17:53:09 +0100 Subject: [PATCH] Revert "Update src/expectation.jl" This reverts commit c7d8d10c0915c82f2a95efccd69a530426b51d32. --- src/expectation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expectation.jl b/src/expectation.jl index 65929e8..edb6fde 100644 --- a/src/expectation.jl +++ b/src/expectation.jl @@ -223,7 +223,7 @@ end # Integrate function to test new Adjoints, will need to roll up to Integrals.jl function integrate(quadalg, adalg::AbstractExpectationADAlgorithm, f, lb::TB, ub::TB, p; - nout = nothing, batch = nothing, + nout = 1, batch = 0, kwargs...) where {TB} #TODO check batch iip type stability w/ IntegralProblem{XXXX} batch = batch==0 ? nothing : batch