Open basielcole opened 2 years ago
It’s a warning, not an error, so you just need to stop using options(warn=2)
to turn warnings into errors, then you can ignore it.
Thank you for notifying me, I’ll make sure a future version of destiny doesn’t use deprecated APIs anymore
Thank you for your swift response!
Setting options(Matrix.warnDeprecatedCoerce = 0)
resolved the issue.
Hi developers, I tried running the DiffusionMap() function on the "guo" dummy dataset:
However, this throws the following error:
Traceback is as follows:
This seems to be an issue with the latest version of the Matrix package, version 1.5-1.
Any idea how I could solve this issue?
Thanks in advance,
Basiel