Skip to content

Commit 27bc4f2

Browse files
committed
[FIX] missing f-string
1 parent 72aa76b commit 27bc4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scportrait/pipeline/extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def _get_classes_to_extract(self) -> None:
421421

422422
if self.partial_processing:
423423
self.log(
424-
"Partial extraction mode enabled. Randomly sampling {self.n_cells} cells to extract with seed {self.seed}."
424+
f"Partial extraction mode enabled. Randomly sampling {self.n_cells} cells to extract with seed {self.seed}."
425425
)
426426

427427
# randomly sample n_cells from the centers

0 commit comments

Comments
 (0)