From c7d8d10c0915c82f2a95efccd69a530426b51d32 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 18 Feb 2024 08:58:39 -0500 Subject: [PATCH] Update src/expectation.jl Co-authored-by: Lorenzo Van Munoz <66997677+lxvm@users.noreply.github.com> --- src/expectation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expectation.jl b/src/expectation.jl index edb6fde..65929e8 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 = 1, batch = 0, + nout = nothing, batch = nothing, kwargs...) where {TB} #TODO check batch iip type stability w/ IntegralProblem{XXXX} batch = batch==0 ? nothing : batch