File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ def __repr__(self) -> str:
4141 return textwrap .dedent (
4242 f"""
4343 GRN: { self .grn }
44- original scores: { self .scores .shape if self .scores is not None else 'None' } # type: ignore
45- propagated scores: { self .scores_prop .shape if self .scores_prop is not None else 'None' } # type: ignore
44+ original scores: { self .scores .shape if self .scores is not None else 'None' }
45+ propagated scores: { self .scores_prop .shape if self .scores_prop is not None else 'None' }
4646 score perturbations for: { list (self .scores_rand ) if self .scores_rand else 'None' }
47- anndata: { self .adata .shape if self .adata is not None else 'None' } # type: ignore
47+ anndata: { self .adata .shape if self .adata is not None else 'None' }
4848 """
4949 )
5050
You can’t perform that action at this time.
0 commit comments