cole-trapnell-lab / monocle3

Other
330 stars 100 forks source link

Error in t(rj) : invalid 'lazy' to R_sparse_transpose() when learn_graph #684

Open bdiluccia opened 1 year ago

bdiluccia commented 1 year ago

If this is a question and not a bug report or enhancement request, please post to our google group at https://groups.google.com/forum/#!forum/monocle-3-users

Describe the bug A clear and concise description of what the bug is.

To Reproduce The code that produced the bug:

traceback() After the error, run traceback() in R and post the output:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

sessionInfo(): Run sessionInfo() in R and post the output

Additional context Add any other context about the problem here.

bdiluccia commented 1 year ago

Hi, I get this error: Error in t(rj) : invalid 'lazy' to R_sparse_transpose() when I run cds <- learn_graph(cds, use_partition = T). Can you help me to understand what is the problem and fix it? Thanks!