Skip to content

Commit

Permalink
add pos to gearnet required_batch_attributes #73
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Jamasb committed Feb 7, 2024
1 parent 5572403 commit 81be059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proteinworkshop/models/graph_encoders/gear_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def required_batch_attributes(self) -> Set[str]:
"""
return {
"x",
"pos",
"edge_index",
"edge_type",
"edge_attr",
Expand Down

0 comments on commit 81be059

Please sign in to comment.