Skip to content

Commit 42ae3f2

Browse files
gxydmzgubic
andauthored
Update src/rulesets/Base/nondiff.jl
Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
1 parent bd7bf7e commit 42ae3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
@non_differentiable promote_shape(::AbstractArray{Bool}, ::Any)
6565
@non_differentiable repeat(::AbstractArray{Bool}, ::Any...)
6666
@non_differentiable reshape(::AbstractArray{Bool}, ::Any...)
67-
@non_differentiable reverse(::AbstractArray{Bool})
68-
@non_differentiable reverse!(::AbstractArray{Bool})
67+
@non_differentiable reverse(::AbstractArray{Bool}, ::Any...)
68+
@non_differentiable reverse!(::AbstractArray{Bool}, ::Any...)
6969
@non_differentiable reverseind(::AbstractArray{Bool}, ::Any)
7070
@non_differentiable rot180(::AbstractArray{Bool})
7171
@non_differentiable rot180(::AbstractArray{Bool}, ::Any)

0 commit comments

Comments
 (0)