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

Remove 'file' input variant in get_structure_from_qeinput. #40

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

greschd
Copy link
Member

@greschd greschd commented Jun 5, 2020

Slipped through the cracks in #33:

To be consistent with the other helper functions, the file input in get_structure_from_qeinput is removed, and text renamed to txt.

I'm not sure if this function is supposed to be "public" or "private": It's not in any __all__ (qeinputparser doesn't even define an __all__ 🙄), but also not hidden behind leading underscores.

To be consistent with the other helper functions, the 'file'
input in 'get_structure_from_qeinput' is removed, and 'text'
renamed to 'txt'.
Copy link
Member

@giovannipizzi giovannipizzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving - I guess this is not tested though?

@greschd
Copy link
Member Author

greschd commented Jun 9, 2020

The filepath version definitely wasn't tested - the txt probably is, but only indirectly through QeInputFile.

@greschd greschd merged commit 8a05963 into aiidateam:develop Jun 9, 2020
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