small fix

This commit is contained in:
Filippo Olivo
2025-10-05 10:36:23 +02:00
parent 7a6fbdb89c
commit 469b1c6e13
3 changed files with 142 additions and 40 deletions

View File

@@ -109,7 +109,6 @@ class GraphSolver(LightningModule):
edge_index=edge_index,
edge_attr=edge_attr,
unrolling_steps=self.unrolling_steps,
plot_results=True,
batch=batch.batch,
pos=batch.pos,
)