Skip to content

Draft: Implement a Python binding for IHTATracking

Pascal Palenda requested to merge feature/IHTA_tracking/python into develop

Use pybind11 to make IHTATracking available in Python.

At the time of creating this MR, some things have to be checked and/or improved:

  • in an interactive Python environment, the stopping does not seem to work correctly.
  • use the knowledge gained from VAPython (pre 2024) to improve this.
    • ref
    • Stable ABI

Merge request reports