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

Avoid abstract types of fields in SupportVectors #70

Merged
merged 2 commits into from
Jun 8, 2021

Conversation

barucden
Copy link
Member

@barucden barucden commented May 13, 2021

I noticed that the SupportVectors structure contained two fields of abstract types. This PR fixes it.

EDIT: also fixed one test that threw errors

@barucden
Copy link
Member Author

Not sure if the failed tests are related to the proposed changes. I don't see how.

@iblislin iblislin self-requested a review June 8, 2021 04:33
@iblislin
Copy link
Member

iblislin commented Jun 8, 2021

Let's re-run the tests.

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

Merging #70 (c997ae0) into master (a2085ea) will increase coverage by 0.76%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   81.09%   81.86%   +0.76%     
==========================================
  Files           4        4              
  Lines         201      215      +14     
==========================================
+ Hits          163      176      +13     
- Misses         38       39       +1     
Impacted Files Coverage Δ
src/LIBSVM.jl 90.05% <ø> (+0.68%) ⬆️
src/ScikitLearnAPI.jl 40.54% <0.00%> (+2.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2085ea...c997ae0. Read the comment docs.

@iblislin
Copy link
Member

iblislin commented Jun 8, 2021

Looks good now.
Thanks for your contributions. 👍

@iblislin iblislin merged commit 095c60b into JuliaML:master Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants