Skip to content

Commit

Permalink
use default batching, it was 0 anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Apr 22, 2024
1 parent 6e51108 commit 2098594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/threshold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function prob_violating_threshold(prob, p, thresholds)
end
return 0.0
end
exprob = ExpectationProblem(sm, g, h, gd; nout = 1)
exsol = solve(exprob, Koopman(), batch = 0, quadalg = HCubatureJL())
exprob = ExpectationProblem(sm, g, h, gd)
exsol = solve(exprob, Koopman(), quadalg = HCubatureJL())
exsol.u
end

Expand Down

0 comments on commit 2098594

Please sign in to comment.