pinellolab / STREAM

STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data
http://stream.pinellolab.org
GNU Affero General Public License v3.0
173 stars 46 forks source link

TypeError: cannot unpack non-iterable int object #145

Open aCompanionUnobtrusive opened 9 months ago

aCompanionUnobtrusive commented 9 months ago

Hello, thanks for building such a cool package, I am excited to use it.

I'm coming across this error both in my data and in the tutorial, for this line: st.seed_elastic_principal_graph(adata,n_clusters=10)

It gives me the error: TypeError: cannot unpack non-iterable int object

Does anyone know what might be going on here? Thanks