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 4f5752b commit 2fcc57eCopy full SHA for 2fcc57e
1 file changed
src/pyarray.jl
@@ -98,7 +98,7 @@ If you are using `pycall` and the function returns an `ndarray`, you can use `Py
98
mutable struct PyArray{T,N} <: AbstractArray{T,N}
99
o::PyObject
100
info::PyArray_Info
101
- dims::Dims
+ dims::NTuple{N,Int}
102
st::NTuple{N,Int}
103
f_contig::Bool
104
c_contig::Bool
0 commit comments