We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d6a90 + 35c378f commit a047abaCopy full SHA for a047aba
include/xtensor-python/pyarray.hpp
@@ -36,7 +36,7 @@ namespace pybind11
36
{
37
static PYBIND11_DESCR name()
38
39
- return _("numpy.ndarray[") + make_caster<T>::name() + _("]");
+ return _("numpy.ndarray[") + npy_format_descriptor<T>::name() + _("]");
40
}
41
};
42
include/xtensor-python/pytensor.hpp
@@ -37,7 +37,7 @@ namespace pybind11
43
0 commit comments