Skip to content

Commit 46ec66a

Browse files
remove it because Float32 is not inferred for general2
1 parent 5813051 commit 46ec66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gauss.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ function _₂F₁(a, b, c, z; method::Symbol = :general, kwds...)
5050
end
5151
if method == :positive
5252
return _₂F₁positive(a, b, c, z; kwds...)
53-
elseif method == :general2
54-
return _₂F₁general2(a, b, c, z; kwds...)
53+
#elseif method == :general2
54+
# return _₂F₁general2(a, b, c, z; kwds...)
5555
else#if method == :general
5656
return _₂F₁general(a, b, c, z; kwds...) # catch-all
5757
end

0 commit comments

Comments
 (0)