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
output.
Do I need anything like import_py(numpy, "numpy") to work with numpy in forpy? Thank you very much.
From https://github.com/ylikx/forpy#creating-a-numpy-array-from-a-fortran-array
there is no
import_pyas in thedatetimeexample https://github.com/ylikx/forpy#import-a-python-module-in-fortran, though I can work with the numpy-example and gotoutput.
Do I need anything like
import_py(numpy, "numpy")to work withnumpyinforpy? Thank you very much.