You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: