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

Simplify parser __init__ interface. #33

Merged
merged 1 commit into from
May 12, 2020

Conversation

greschd
Copy link
Member

@greschd greschd commented May 12, 2020

Fixes #31.

Instead of allowing file objects, file names, list of strings, and strings, the __init__ now always takes a single string representing the input file content.

Instead of allowing file objects, file names, list of strings, and
strings, the __init__ now always takes a single string
representing the input file content.
@giovannipizzi giovannipizzi mentioned this pull request May 12, 2020
@greschd greschd merged commit f1942ac into aiidateam:develop May 12, 2020
@greschd greschd deleted the simplify_init_interface branch May 12, 2020 15:36
greschd pushed a commit to greschd/qe-tools that referenced this pull request May 13, 2020
Also fixes the '--write-ref' option in the tests, which was broken
in aiidateam#33 because it used the 'filename' interface of the parser
__init__.
greschd pushed a commit to greschd/qe-tools that referenced this pull request May 14, 2020
Also fixes the '--write-ref' option in the tests, which was broken
in aiidateam#33 because it used the 'filename' interface of the parser
__init__.
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.

Drop py2 support?
2 participants