Skip to content
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

Python3 - fix: improve numpy-compatibility of lenFortStrAr #28

Merged
merged 3 commits into from
Aug 24, 2020

Conversation

MeraX
Copy link
Collaborator

@MeraX MeraX commented Aug 24, 2020

fix: improve numpy-compatibility of lenFortStrAr

solves #27

This Patch also includes some import of print_function and a FOTRAN legacy patch

Warning: Legacy Extension: Comma before i/o item list at (1)
This makes
>>> print('a', 'b')
in python2 to result in the same as when executed with python3
   a b
Hopefully, this solves compatibility issues between numpy versionsions in the range of 1.12 to 1.16.
@maahn maahn merged commit 300a3c2 into igmk:python3 Aug 24, 2020
@MeraX MeraX deleted the python3 branch September 9, 2020 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants