From 27bc4f2e7e42b29c26b992620efbcc9f6e098c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophia=20M=C3=A4dler?= <15019107+sophiamaedler@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:19:08 +0100 Subject: [PATCH] [FIX] missing f-string --- src/scportrait/pipeline/extraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scportrait/pipeline/extraction.py b/src/scportrait/pipeline/extraction.py index 3e22d487..c4660f15 100644 --- a/src/scportrait/pipeline/extraction.py +++ b/src/scportrait/pipeline/extraction.py @@ -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