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 cfcc81e commit d43c336Copy full SHA for d43c336
src/details.hpp
@@ -207,8 +207,8 @@ namespace eigenpy
207
template<typename MatType,typename EigenEquivalentType>
208
void enableEigenPySpecific()
209
{
210
- if(check_registration<MatType>()) return;
211
numpy_import_array();
+ if(check_registration<MatType>()) return;
212
213
boost::python::to_python_converter<MatType,EigenToPy<MatType,MatType> >();
214
EigenFromPy<MatType,MatType>();
0 commit comments