We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d659c8c commit 075db6aCopy full SHA for 075db6a
src/data_array.jl
@@ -166,4 +166,4 @@ unpack_args(::Any, args::Tuple{}) = ()
166
# Broadcasting checks for aliasing with Base.dataids but the fallback
167
# for AbstractArrays is very slow. Instead, we just call dataids on the
168
# wrapped buffer
169
-Base.dataids(A::DEDataArray) = Base.dataids(A.__x)
+Base.dataids(A::DEDataArray) = Base.dataids(A.x)
0 commit comments