Skip to content

Commit b77bd96

Browse files
author
Habib Rehman
committed
removing print statements
1 parent f00a6ce commit b77bd96

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • src/methods_transcript_assignment/pciSeq_transcript_assignment

src/methods_transcript_assignment/pciSeq_transcript_assignment/script.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,9 @@
5858

5959
# Assign cell ids to transcripts
6060
print('Assigning transcripts to cell ids', flush=True)
61-
y_coords = transcripts.y.compute().to_numpy(dtype=np.int64)
62-
x_coords = transcripts.x.compute().to_numpy(dtype=np.int64)
63-
64-
#test floats
6561
y_coords = transcripts.y.compute().to_numpy()
6662
x_coords = transcripts.x.compute().to_numpy()
6763

68-
print(y_coords)
69-
7064
#Added for pciSeq
7165
#TODO this will immediately break when the name of the gene isn't feature_name
7266
transcripts_dataframe = sdata[par['transcripts_key']].compute()[['feature_name']]

0 commit comments

Comments
 (0)