-
Notifications
You must be signed in to change notification settings - Fork 92
Simplify Graph class #459
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 Graph class #459
Conversation
|
@FilippoOlivo Please run the formatter locally |
GiovanniCanali
left a comment
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.
Thank you @FilippoOlivo for the nice work. Everything is fine for me!
|
Before merging, let's consider this minor improvement: in some cases, graph features are defined within the model's forward pass, derived from the encoding of other graph attributes (e.g., coordinates, additional parameters). In these situations, it would be helpful to initialize the graph with features |
dario-coscia
left a comment
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.
I think now it is very nice and much simpler! Very good the idea of GraphBuilder
|
@FilippoOlivo @gc031298 let's merge this one, then we will work on the |
|
@dario-coscia, @gc031298, I have fixed all Codacy warnings that do not require changes to the class logic |
|
Good to go! |
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
* Simplifying Graph class and adjust tests --------- Co-authored-by: Dario Coscia <[email protected]>
No description provided.