Skip to content

Commit

Permalink
fix remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Jan 27, 2025
1 parent 94d4f77 commit 06835c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scportrait/pipeline/selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def process(
start_time = timeit.default_timer()
cell_ids = self._get_cell_ids(cell_sets)
centers = self._get_centers(cell_ids)
print("Here", flush=True)
coord_index = self._get_coords(
cell_ids=cell_ids, centers=centers, width=self.cell_radius, batch_size=self.batch_size, threads=self.threads
)
Expand Down

0 comments on commit 06835c5

Please sign in to comment.