Avoid Python list detour in numpy results array #532
Labels
python-api
Related to the new Helios++ Python API
sustainable h++
Part of the sustainable HELIOS++ project
Currently, when returning a
numpy
array, we are creating from a Python list of measurements. Instead, thenumpy
array should be generated directly from the underlying C++ data structures in thepybind11
code.The text was updated successfully, but these errors were encountered: