Skip to content
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

SVM example in documentation throws many warnings in output #150

Closed
goulart-paul opened this issue Mar 9, 2022 · 3 comments
Closed

SVM example in documentation throws many warnings in output #150

goulart-paul opened this issue Mar 9, 2022 · 3 comments
Labels
bug Something isn't working docs Questions about and related to Documentation of the code

Comments

@goulart-paul
Copy link
Member

The SVM example at https://oxfordcontrol.github.io/COSMO.jl/v0.8/examples/svm_primal/ is showing many errors in the autogenerated output. This issue seems to have started with v0.8, since the v0.7 documentation at https://oxfordcontrol.github.io/COSMO.jl/v0.7/examples/svm_primal/ looks fine.

@goulart-paul goulart-paul added bug Something isn't working docs Questions about and related to Documentation of the code labels Mar 9, 2022
@migarstka
Copy link
Member

It's a problem with one of the dependencies, see here: JuliaStats/StatsFuns.jl#121

@devmotion
Copy link

The problem was fixed more than a year ago and should not occur with StatsFuns >= 0.9.9. The issue seems to be that some dependency pulls in StatsFuns 0.9.7: https://github.com/oxfordcontrol/COSMO.jl/actions/runs/2897741705/jobs/4609456933#step:4:377

@migarstka
Copy link
Member

migarstka commented Mar 4, 2023

This took me a long time to figure out.

StatsFuns stayed on 0.9.7 in the GH action no matter how I changed the dependency requirements. Turns out I had the GH action for the documentation configured to run with Julia v1.4 which forced the dependency. Should be resolved with 39ce661

Dev docs: https://oxfordcontrol.github.io/COSMO.jl/dev/examples/svm_primal/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Questions about and related to Documentation of the code
Projects
None yet
Development

No branches or pull requests

3 participants