bedapub/besca

bc.pl.max_counts(adata, max_counts=max_counts, ax = ax4)" fails with "TypeError: float()

Closed this issue · 2 comments

In the PBMC3k tutorial (https://bedapub.github.io/besca/tutorials/notebook1_data_processing_pbmc3k.html) the following instruction fails:
bc.pl.max_counts(adata, max_counts=max_counts, ax = ax4)" fails with "TypeError: float() argument must be a string or a number, not 'list'";
bc.pl.kp_* works fine, though.

Hey Klas!

I experienced this error while trying to fix the version related problems with umap-learn:

https://githubmemory.com/repo/theislab/scanpy/issues/1756

If you remember, we downgraded numba. Downgrading numba enbaled Besca to load properly into the workspace, however, that caused other version incompatibilities with the functions you are describing. I will share the details with you.

Alberto.

So should this be closed?