Open
Description
From https://github.com/ylikx/forpy#creating-a-numpy-array-from-a-fortran-array
there is no import_py
as in the datetime
example https://github.com/ylikx/forpy#import-a-python-module-in-fortran, though I can work with the numpy-example and got
[[1. 2. 3.]
[2. 4. 6.]]
output.
Do I need anything like import_py(numpy, "numpy")
to work with numpy
in forpy
? Thank you very much.
Metadata
Metadata
Assignees
Labels
No labels