Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbccc committed Jul 13, 2024
1 parent acdef1e commit 57a47bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup_method(self):
)
self.data = torch_geometric.data.Data(
x=torch.randn(215, 16, 4),
times=torch.randn(16, 215),
times=torch.randn(215, 16),
static=torch.randn(16, 9),
y=torch.randint(0, 2, (16,)),
)
Expand Down

0 comments on commit 57a47bb

Please sign in to comment.