-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ONSETissue for onset projectissue for onset project
Description
Summary
C++ code to expose to Python contains templated classes. The way these classes are currently expose via Pybind is via meta programming and structs with recursion. This is convoluted and very inreadable/not understandable.
Reproducibility
This construct is available in this example of the repository, specifically in the files:
Tasks
- Understand the correct way of exposing templated class
- Understand the recursive procedure currently implemented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ONSETissue for onset projectissue for onset project