You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dibnob44 - 1.17.4 is a few releases ago. This is fixed on main, but indeed it's still failing for 1.21.3 with
5 | subroutine f2pywrap_testa_testb (testbf2pywrap, a, n)
| 1
......
15 | subroutine f2pywrap_testa_testb (testbf2pywrap, testb, a, n)
| 2
Warning: Rank mismatch in argument 'testb' (0/1) between (1) and (2)
If you can't use main for now, you might want to keep an eye out for the next release. If Ubuntu does not provide you with this new version you can use pip, conda or your preferred python environment/package manager to install a newer version.
Describe the issue:
The original example in #8062 still fails to compile at newest numpy.f2py, either in python3 or from command line,
despite bug #8062 closed recently:
/tmp/tmprwxhrqbm/src.linux-x86_64-3.8/hello-f2pywrappers.f:8:16:
Error: Expression at (1) must be of INTEGER type, found REAL
Reproduce the code example:
Error message:
NumPy/Python version information:
python3-numpy is already the newest version (1:1.17.4-5ubuntu3).
The text was updated successfully, but these errors were encountered: