Skip to content

Commit

Permalink
debug: break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Jul 29, 2024
1 parent 28f07f5 commit 28e6b9a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ function SciMLBase.init(prob::IntegralProblem{iip},
_alg = alg isa ChangeOfVariables ? alg : ChangeOfVariables(transformation_if_inf, alg)
cacheval = init_cacheval(_alg, prob)

IntegralCache{iip,
typeof(prob.f),
typeof(prob.domain),
typeof(prob.p),
typeof(prob.kwargs),
typeof(_alg),
typeof(sensealg),
typeof(kwargs),
typeof(cacheval)}(Val(iip),
IntegralCache{iip, typeof(prob.f), typeof(prob.domain), typeof(prob.p), typeof(prob.kwargs), typeof(_alg), typeof(sensealg), typeof(kwargs), typeof(cacheval)}(Val(iip),
prob.f,
prob.domain,
prob.p,
Expand Down

0 comments on commit 28e6b9a

Please sign in to comment.