We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf36f2 commit 0cf1820Copy full SHA for 0cf1820
1 file changed
src/algorithms.jl
@@ -76,7 +76,7 @@ Finally, the same behavior is obtained when the keyword arguments are
76
passed as the third positional argument in the form of a `NamedTuple`.
77
""" select_algorithm
78
79
-function select_algorithm(f::F, A::T, alg::Alg=nothing; kwargs...) where {F,T,Alg}
+function select_algorithm(f::F, A, alg::Alg=nothing; kwargs...) where {F,Alg}
80
if isnothing(alg)
81
return default_algorithm(f, A; kwargs...)
82
elseif alg isa Symbol
0 commit comments