From 110bd879f2fba463c13bc77d71059eff7b545f43 Mon Sep 17 00:00:00 2001 From: Marco Varrone Date: Tue, 12 Nov 2024 09:08:05 +0100 Subject: [PATCH] Fix docstring --- src/cellcharter/tl/_trvae.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cellcharter/tl/_trvae.py b/src/cellcharter/tl/_trvae.py index d40d968..9f70e8f 100644 --- a/src/cellcharter/tl/_trvae.py +++ b/src/cellcharter/tl/_trvae.py @@ -13,7 +13,7 @@ except ImportError: class TRVAE: - """ + r""" scArches\'s trVAE model adapted to image-based proteomics data. The last ReLU layer of the neural network is removed to allow for continuous and real output values @@ -92,7 +92,7 @@ def load(cls, dir_path: str, adata: Optional[AnnData] = None, map_location: Opti else: class TRVAE(scaTRVAE): - """ + r""" scArches\'s trVAE model adapted to image-based proteomics data. The last ReLU layer of the neural network is removed to allow for continuous and real output values