-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on adding Hashnode RSS: Liquid Exception: Numerical argument is out of domain - "sqrt" (Math::DomainError) #1828
Comments
when this template is used for the first time, we are getting similar error directing to |
Hi,
error:
This error stops the server from running. |
Same Issue! I'm trying it with Medium.com RSS Feed, still the same. |
I find this issue is caused by the Otherwise, it is rather tricky to fix this issue. After tracing back the out of domain error, I find it is due to the accumulated numerical error of SVD used in classfier-reborn. In short, they self-crafted a pure Ruby SVD algorithm and it is not very robust. The orthonormal matrices they introduced might not be exact due to floating-point error and this could lead to a negative value inside the square root of line 64 here. One can fix the issue locally by changing line 64 to On the other hand, the official |
Same issue here when redirecting to a pdf in the blog post. |
@YifanJiang233 have you made a PR with this change in the classfier-reborn plugin repo? Meanwhile the best solution for someone with this problem is indeed disabling LSI. As for using other solvers, currently jekyll only support the LSI, as can be seen in jekyll options. |
For more info please see alshedivat/al-folio#1828
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
…h::DomainError)问题,可能是因为删除了cv对应的pdf, 然后还保留着xiaolinchang_cv.md,导致相似度计算出现0值 issue: alshedivat#1828
Github Action for deployment fails with error Liquid Exception: Numerical argument is out of domain - sqrt in /home/runner/work/satpreetmakhija.github.io/satpreetmakhija.github.io/_layouts/post.html. Following the issue, alshedivat#1828, fixing it following post by YifanJiang233
One can make these changes to re-create the error
Error in the
Installing
workflowThe text was updated successfully, but these errors were encountered: