Skip to content

Commit

Permalink
[FIX] missing f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Feb 12, 2025
1 parent 72aa76b commit 27bc4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/pipeline/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def _get_classes_to_extract(self) -> None:

if self.partial_processing:
self.log(
"Partial extraction mode enabled. Randomly sampling {self.n_cells} cells to extract with seed {self.seed}."
f"Partial extraction mode enabled. Randomly sampling {self.n_cells} cells to extract with seed {self.seed}."
)

# randomly sample n_cells from the centers
Expand Down

0 comments on commit 27bc4f2

Please sign in to comment.