Skip to content

Commit 309b7c8

Browse files
committed
add other type stuff to numpy
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 48a8f9d commit 309b7c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/Concepts/Basic/About-Interfaces.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,11 @@ If a container or type is not mentioned then the default mapping is used.
178178
int16, uint16,
179179
int32, uint32,
180180
int64, uint64
181-
- numpy.ndarray
181+
- numpy.ndarray(
182+
shape=(N, ),
183+
dtype=numpy.DT)
182184
- shape = (N,)
183-
dtype based on T:
185+
where DT is based on T:
184186
float -> float32
185187
double -> float64
186188
intX -> intX

0 commit comments

Comments
 (0)