Skip to content

Commit 4e8e360

Browse files
committed
remove ambig in nondiff cumprod on julia 1.6
1 parent b3f9f9b commit 4e8e360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
@non_differentiable circshift!(::AbstractArray{Bool}, ::Any)
3535
@non_differentiable conj(::AbstractArray{Bool})
3636
@non_differentiable conj!(::AbstractArray{Bool})
37+
@non_differentiable cumprod(::AbstractVector{Bool})
3738
@non_differentiable cumprod(::AbstractArray{Bool})
3839
@non_differentiable cumprod!(::Any, ::AbstractArray{Bool})
3940
@non_differentiable cumsum(::AbstractArray{Bool})

0 commit comments

Comments
 (0)