Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusCaraball0 committed Feb 16, 2025
1 parent 261adcd commit 2cdb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdc/test/test_model_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def testGeneformerPerturb(self):
assert input_tensor.shape[0] == 512, "unexpected batch size"
assert input_tensor.shape[1] == mdim, f"unexpected gene length {mdim}"
attention_mask = torch.tensor([[t != 0 for t in cell] for cell in batch
])
])
assert input_tensor.shape[0] == attention_mask.shape[0]
assert input_tensor.shape[1] == attention_mask.shape[1]
try:
Expand Down

0 comments on commit 2cdb0bc

Please sign in to comment.