diff --git a/src/libpython/core.cpp b/src/libpython/core.cpp index 4bead19d..4c4aee5a 100644 --- a/src/libpython/core.cpp +++ b/src/libpython/core.cpp @@ -992,6 +992,8 @@ void export_core() { bp::to_python_converter(); bp::to_python_converter, TSpectrum_to_Spectrum>(); bp::implicitly_convertible(); + bp::implicitly_convertible(); + PythonIntegrandFromPythonCallable(); bp::object coreModule(