Skip to content

Commit

Permalink
chore: rm Parameter check for sensealg
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed Oct 7, 2024
1 parent b161c2b commit e8ef956
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/concrete_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,6 @@ function DiffEqBase._concrete_solve_adjoint(
saveat = eltype(prob.tspan)[],
save_idxs = nothing,
kwargs...)
# if !(sensealg isa GaussAdjoint) &&
# !(p isa Union{Nothing, SciMLBase.NullParameters, AbstractArray}) ||
# (p isa AbstractArray && !Base.isconcretetype(eltype(p)))
# throw(AdjointSensitivityParameterCompatibilityError())
# end

if p === nothing || p isa SciMLBase.NullParameters
tunables, repack = p, identity
Expand Down

0 comments on commit e8ef956

Please sign in to comment.