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 fd8d73a commit b85deb8Copy full SHA for b85deb8
dynd/nd/array.pyx
@@ -603,7 +603,7 @@ def dshape_of(array a):
603
a : dynd array
604
The array whose type is requested.
605
"""
606
- return str(<char *>dynd_format_datashape(a.v).c_str())
+ return str(<char *>dynd_format_datashape(a.v.get_type()).c_str())
607
608
def ndim_of(array a):
609
0 commit comments