Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Nov 12, 2024
1 parent d2f701d commit 110bd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cellcharter/tl/_trvae.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 110bd87

Please sign in to comment.