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 17f3752 commit 6d2872bCopy full SHA for 6d2872b
include/eigenpy/details.hpp
@@ -264,7 +264,7 @@ namespace eigenpy
264
265
PyArrayObject* pyArray;
266
// Allocate Python memory
267
- if(C == 1 && NumpyType::getType() == ARRAY_TYPE && MatType::IsVectorAtCompileTime) // Handle array with a single dimension
+ if(C == 1 && NumpyType::getType() == ARRAY_TYPE) // Handle array with a single dimension
268
{
269
npy_intp shape[1] = { R };
270
pyArray = (PyArrayObject*) PyArray_SimpleNew(1, shape,
0 commit comments