Skip to content

Commit 171dbcf

Browse files
committed
Use changed function signature.
1 parent 5c5256a commit 171dbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynd/nd/array.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def dshape_of(array a):
599599
a : dynd array
600600
The array whose type is requested.
601601
"""
602-
return str(<char *>dynd_format_datashape(a.v).c_str())
602+
return str(<char *>dynd_format_datashape(a.v.get_type()).c_str())
603603

604604
def ndim_of(array a):
605605
"""

0 commit comments

Comments
 (0)