Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 24, 2024
1 parent 9813807 commit 26b9a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarl/models/gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ def _batch_from_dense_to_ptg(
graphs.edge_index = torch_geometric.nn.pool.radius_graph(
graphs.pos, batch=graphs.batch, r=edge_radius, loop=self_loops
)
print("")

graphs = graphs.to(x.device)
if pos is not None:
Expand Down

0 comments on commit 26b9a1a

Please sign in to comment.