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
The first issue is an error in a function from a different package, TDAmapper. I was able to reproduce this error when I installed TDAmapper from CRAN, rather than from the GitHub paultpearson/TDAmapper. In one of their issues, they suggest using the GitHub version since the CRAN version is out of date (paultpearson/TDAmapper#6 (comment)). I was able to fix this error by removing the CRAN version and installing the GitHub version:
The second issue was a simple fix - we updated the one_forms parameter default of rayleigh_selection() from TRUE to FALSE, but that function call in the example expects one_forms=TRUE. I have updated the example to explicitly set that parameter.
Hi,
I cloned the repo and tried to run the examples as they are without changing them, but they don't work.
mnist_example.Rmd
for the following stepI get the following error:
Error in vertices_in_level[[k1]] : subscript out of bounds
vr_cycle_example.Rmd
in the last line of codeI get the following error
Error in order(scores$R1, scores$R0) : argument 1 is not a vector
In this case seems that
scores
doesn't haveR1
OS: Ubuntu 20.04.2 LTS
R version 4.1.0 (2021-05-18)
The text was updated successfully, but these errors were encountered: