We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d63b9 commit 679ed0cCopy full SHA for 679ed0c
src/solve.jl
@@ -1461,7 +1461,7 @@ function check_prob_alg_pairing(prob, alg)
1461
if !SciMLBase.allows_arbitrary_number_types(alg)
1462
if isdefined(prob, :u0)
1463
uType = RecursiveArrayTools.recursive_unitless_eltype(prob.u0)
1464
- u0_as_initial_guess = (prob isa BVProblem) && (uType <: AbstractVector)
+ u0_as_initial_guess = (prob isa BVProblem) && (uType <: Vector)
1465
if Base.isconcretetype(uType) &&
1466
!(uType <: Union{Float32, Float64, ComplexF32, ComplexF64}) &&
1467
!u0_as_initial_guess
0 commit comments