Skip to content

Commit

Permalink
Merge pull request #781 from JuliaDiff/ox/16ambig
Browse files Browse the repository at this point in the history
remove ambig in nondiff cumprod(::Vector{AbstractBool}) on julia 1.6
  • Loading branch information
oxinabox authored Feb 12, 2024
2 parents 9f0077d + 4e8e360 commit fd86901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
@non_differentiable circshift!(::AbstractArray{Bool}, ::Any)
@non_differentiable conj(::AbstractArray{Bool})
@non_differentiable conj!(::AbstractArray{Bool})
@non_differentiable cumprod(::AbstractVector{Bool})
@non_differentiable cumprod(::AbstractArray{Bool})
@non_differentiable cumprod!(::Any, ::AbstractArray{Bool})
@non_differentiable cumsum(::AbstractArray{Bool})
Expand Down

0 comments on commit fd86901

Please sign in to comment.