Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Jan 7, 2025
1 parent f6108df commit e6268fb
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 @@ -109,7 +109,7 @@ def testscGPT(self):
tokenized_data = tokenizer.tokenize_cell_vectors(
adata.X.toarray(), gene_ids)
first_embed = model(tokenized_data[0][1]).last_hidden_state
self.assertEqual(first_embed.shape[0], len(gene_ids))
self.assertEqual(first_embed.shape[0], len(tokenized_data[0][0]))

def testGeneformerTokenizer(self):

Expand Down

0 comments on commit e6268fb

Please sign in to comment.