-
Notifications
You must be signed in to change notification settings - Fork 191
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 unused QB methods/functions #3526
Remove unused QB methods/functions #3526
Conversation
@lekah What about |
I will create a new issue for them. They contain(ed) functionality that was often discussed as important, namely to do graph traversals using the querybuilder, as in node.qb.input().outputs() -> get all outputs of all inputs of a certain node. It looks like some of this functionality was removed, but not the functions within the QueryBuilder... |
Ok for me as soon as @ltalirz approves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to remove - one request from my side in order to prevent confusion in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @CasperWA !
Closes #3518.
Also deals with the method mentioned in #3522.
Feel free to find and remove more QueryBuilder code that is completely unused in the code base of AiiDA, if you believe it should not be updated and used.
(Please post here if you want/need writing permissions to my fork).