Skip to content

Commit 075db6a

Browse files
Update data_array.jl
1 parent d659c8c commit 075db6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ unpack_args(::Any, args::Tuple{}) = ()
166166
# Broadcasting checks for aliasing with Base.dataids but the fallback
167167
# for AbstractArrays is very slow. Instead, we just call dataids on the
168168
# wrapped buffer
169-
Base.dataids(A::DEDataArray) = Base.dataids(A.__x)
169+
Base.dataids(A::DEDataArray) = Base.dataids(A.x)

0 commit comments

Comments
 (0)