Tejas Shetty
Tejas Shetty
Keeping this alive
Works for mel. I have downloaded it today.
Facing the same error here.
> @TejasAvinashShetty pip install the latest or use whatever was suggested above? Yes it works
maybe turning this repo into a cookie cutter would solve it
Is this going anywhere? @certik @MRedies @milancurcic
Thanks @certik for replying back so soon. I somehow have the feeling that the code could be compressed by using the ```fortran KIND ``` PARAMETER to prevent the duplication of...
[libnpy](http://www.maths.unsw.edu.au/~mclean/libnpy-0.5.tgz) seems to be a library that provides simple routines for saving a C or Fortran array to a data file using NumPy's own binary format. Please see https://scipy-cookbook.readthedocs.io/items/InputOutput.html >...
> The following is an excerpt from https://scipy-cookbook.readthedocs.io/items/InputOutput.html ```fortran program fex use fnpy use iso_c_binding implicit none integer :: i real(C_DOUBLE) :: a(2,4) = reshape([(i, i=1,8)], [2,4]) call save_double("fa.npy", shape(a),...
I think [fast.ai nbdevTemplate](https://github.com/fastai/nbdev_template) solves these problems