Pearu Peterson
Pearu Peterson
One needs to use C libtiff library version 4.x, see http://www.simplesystems.org/libtiff/bigtiffpr.html Can you confirm that you were using libtiff version 3.x when seeing the failure?
While fixing this issue, note that the PR should be created against https://github.com/numpy/numpy
Fixes issue #108 .
Before removing these modules, make one release that implements deprecation warnings: ``` libtiff.bitarray will be removed, use upstream bitarray instead, see https://github.com/ilanschnell/bitarray libtiff.bittools will be removed, use bittools from https://github.com/pearu/bittools...
Could you show us the header and footer portion of the file roms_read_write.F? Btw, f2py option -m requires specification of module name which is missing in your case. For example,...
Thanks for reporting the issue and sorry for the long delay in responding. Could you submit your changes as a PR?
@markemus thanks for the PR. I'll give it a review and I believe github should send any relevant messages to you.
This is f2py bug in "parsing" the fortran code and the place to start fixing it would be to check why the assert statement fails and work out a fix....
Can you add tests of the implemented functionality? Btw, sorry for the late response!
No. Such contributions, especially pull requests, are highly appreciated. There was some time period where my github messaging was disabled (also in other projects) and so I missed many messages....