velocyto.py icon indicating copy to clipboard operation
velocyto.py copied to clipboard

FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future

Open zonglunli7515 opened this issue 5 years ago • 5 comments

I'm now trying to reproduce the results from https://github.com/velocyto-team/velocyto-notebooks/blob/master/python/DentateGyrus.ipynb

Unfortunately, vlm.estimate_transition_prob(hidim="Sx_sz", embed="ts", transform="sqrt", psc=1, n_neighbors=2000, knn_random=True, sampled_fraction=0.5) raises warning:

FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future

Can anyone help me resolve this?

Thanks in advance for your help!

Allen

zonglunli7515 avatar Jul 25 '19 18:07 zonglunli7515

same problem.

tanpuekai avatar Nov 20 '19 06:11 tanpuekai

same warning

zhuochunli avatar Feb 27 '20 03:02 zhuochunli

same issue

zeysert avatar Apr 06 '21 19:04 zeysert