| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| try { | ||
| np = Py.Import("numpy"); | ||
| } catch (PythonException) { | ||
| Assert.Inconclusive("Numpy or dependency not installed"); |
There was a problem hiding this comment.
We should probably make that numpy is installed in our CI then, no?
Sorry, something went wrong.
|
Added pip install numpy for testing. For buffer formats see pybind/pybind11#1908 (comment) (also added code comment) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
This allows Python libraries such as NumPy efficiently copy data to/from .NET arrays.
Checklist
Check all those that are applicable and complete.