-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BUG: f2py character array variables now broken #6308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
In [1]: np.version |
4 tasks
pearu
added a commit
to pearu/numpy
that referenced
this issue
Jul 2, 2021
pearu
added a commit
to pearu/numpy
that referenced
this issue
Sep 1, 2021
pearu
added a commit
to pearu/numpy
that referenced
this issue
Sep 6, 2021
TST: added test for issue numpy#18684 ENH: f2py opens files with correct encoding, fixes numpy#635 TST: added test for issue numpy#6308 TST: added test for issue numpy#4519 TST: added test for issue numpy#3425 ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook. ENH: Add support for detecting utf-16 and utf-32 encodings.
melissawm
pushed a commit
to pearu/numpy
that referenced
this issue
Apr 4, 2022
TST: added test for issue numpy#18684 ENH: f2py opens files with correct encoding, fixes numpy#635 TST: added test for issue numpy#6308 TST: added test for issue numpy#4519 TST: added test for issue numpy#3425 ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook. ENH: Add support for detecting utf-16 and utf-32 encodings.
HaoZeke
pushed a commit
to pearu/numpy
that referenced
this issue
Jun 5, 2022
TST: added test for issue numpy#18684 ENH: f2py opens files with correct encoding, fixes numpy#635 TST: added test for issue numpy#6308 TST: added test for issue numpy#4519 TST: added test for issue numpy#3425 ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook. ENH: Add support for detecting utf-16 and utf-32 encodings.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in current devel version when a character variable is defined using the asterisk form
and I then use
I get an error message from f2py like
if the first definition is changed to
then the error goes away.
The old behaviour that is consistent with FORTRAN should be restored.
Any suggestion on bug fix?
The text was updated successfully, but these errors were encountered: