cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 74 forks source link

Fix docs CI #115

Closed tylerjthomas9 closed 1 year ago

tylerjthomas9 commented 1 year ago

Adding the libstdcxx-ng patch seems to also fix the docs. Quite a few doctests appear to fail, but the docs should still be good.

codecov-commenter commented 1 year ago

Codecov Report

Base: 67.37% // Head: 67.37% // No change to project coverage :thumbsup:

Coverage data is based on head (d88a134) compared to base (14016a1). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #115 +/- ## ======================================= Coverage 67.37% 67.37% ======================================= Files 13 13 Lines 754 754 ======================================= Hits 508 508 Misses 246 246 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

cstjean commented 1 year ago

🎉