Skip to content

Commit

Permalink
Update src/expectation.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Van Munoz <[email protected]>
  • Loading branch information
ChrisRackauckas and lxvm authored Feb 18, 2024
1 parent 9703d27 commit c7d8d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expectation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d8d10

Please sign in to comment.