-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: pybind11 demo project should have NumPy own the data (#3261)
* step 0: remove all existing code and return None * step 1: make sure we can iterate over names_nbytes * step 2: make sure we can create a NumPy array through pybind11 * step 3: make sure we can see the raw data in the array * step 4: make sure we can fill the dict and the std::map * step 5: filling the cpp_container fills the py_container * done: we are now returning the array build by ak.from_buffers
- Loading branch information
Showing
1 changed file
with
24 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters