Skip to content

Commit 7e3c19c

Browse files
committed
fix: cutoff
1 parent c6229f5 commit 7e3c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def graph_with_nodes() -> HeteroData:
6060
graph = HeteroData()
6161
graph["test_nodes"].x = 2 * torch.pi * torch.tensor(coords)
6262
graph["test_nodes"].mask = torch.tensor([True] * len(coords))
63-
graph["test_nodes"]._grid_reference_distance = 0.75
63+
graph["test_nodes"]["_grid_reference_distance"] = 0.75
6464
return graph
6565

6666

0 commit comments

Comments
 (0)