-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ONSETissue for onset projectissue for onset project
Description
Summary
Pybind11 v2.10.0 fails to provide access to method std::vector::resize when exposing std::vector in python.
This issue does not show up in version v2.2.4 since Pybind11 source explicitly exposes this method (this has been removed/commented in latest version).
Reproducibility
This error shows up with the main DARTS code on macOS but not on linux. The example code in this folder of the repository reproduces the error both in macOS and linux.
Tasks
- Understand the correct way of exposing
std::vectorto python - Identify why the main code does not have an issue in linux but the example has
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ONSETissue for onset projectissue for onset project