Skip to content

Commit

Permalink
remove ambig in nondiff cumprod on julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Feb 9, 2024
1 parent b3f9f9b commit 4e8e360
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 4e8e360

Please sign in to comment.