-
Notifications
You must be signed in to change notification settings - Fork 15
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
Spx log parser #1222
Spx log parser #1222
Conversation
Pull Request Test Coverage Report for Build 7017344019
💛 - Coveralls |
@skatnagallu This is the first parser that I would like to hand over to you. Since the class does not return a dictionary, as @jan-janssen and I had agreed in a recent workshop, but instead returns a full class, we might want to make changes in the future, but otherwise I would in principle leave the parser to you |
@samwaseda I would prefer to do the migration to the dictionary now, otherwise changes in the class might directly break the code in |
Definitely! But I would still separate the two PRs |
Ok, that is fine with me as well. |
Maybe I'm gonna rephrase my comment: I feel a strong responsibility to separate the Sphinx parsers from pyiron, because I don't think anyone can / wants to clean up the mess there. But as soon as it's cleanly separated, I don't feel a strong responsibility to make the change from class properties & getter functions to a dictionary, because we are on an equal footing after the separation. This being said, if you guys have the feeling that I should do it, I can definitely take care of it, since it should be done relatively soon in the future. |
Sounds good. I am not sure if I understand what the dictionary should be? So the entire parsed file should be output as a dictionary with corresponding properties? I can do this in a separate PR. |
Yep that’s a very good point. I have the feeling that in the case of |
Can I merge this one? |
yes, I think so. |
I ended up doing it here |
This is the first one in the series of changes to be made in order for the Sphinx parsers to become independent.