I have instantiated a PseudotimeKernel with params [n=220000, dnorm=False, scheme='hard', frac_to_keep=0.3] with my own data and when I try to run the function plot_random_walks I get the error:
AttributeError: 'csr_matrix' object has no attribute 'A'
I have instantiated a
PseudotimeKernel
with params[n=220000, dnorm=False, scheme='hard', frac_to_keep=0.3]
with my own data and when I try to run the functionplot_random_walks
I get the error:the code is super minimal:
and the full error output I get is:
Versions: