Skip to content

Commit

Permalink
Revert "Update src/expectation.jl"
Browse files Browse the repository at this point in the history
This reverts commit c7d8d10.
  • Loading branch information
ArnoStrouwen committed Feb 18, 2024
1 parent 3383ee6 commit 1d48420
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 = nothing, batch = nothing,
nout = 1, batch = 0,
kwargs...) where {TB}
#TODO check batch iip type stability w/ IntegralProblem{XXXX}
batch = batch==0 ? nothing : batch
Expand Down

0 comments on commit 1d48420

Please sign in to comment.