Skip to content

Commit

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

def test_lift_topology(self):
Expand Down

0 comments on commit dd3ae92

Please sign in to comment.