-
Notifications
You must be signed in to change notification settings - Fork 16
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
Coerce fails with string colspec #196
Conversation
issue JuliaML#194 fixing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Jay-sanjay for the proposed fix. Can you please add tests as well?
yes sure , I will work on that |
Co-authored-by: Elias Carvalho <73039601+eliascarv@users.noreply.github.com>
Co-authored-by: Elias Carvalho <73039601+eliascarv@users.noreply.github.com>
test/transforms/coerce.jl
Outdated
@@ -13,6 +13,7 @@ | |||
@test eltype(tₒ.x1) == eltype(t.x1) | |||
@test eltype(tₒ.x2) == eltype(t.x2) | |||
|
|||
# Test for :a => Multiclass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think comments are not necessary in this case.
test/transforms/coerce.jl
Outdated
@@ -22,6 +23,16 @@ | |||
@test eltype(tₒ.x1) == eltype(t.x1) | |||
@test eltype(tₒ.x2) == eltype(t.x2) | |||
|
|||
# Test for "a" => Multiclass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think comments are not necessary in this case.
Feel free to merge.
Em ter., 5 de set. de 2023 11:53, Elias Carvalho ***@***.***>
escreveu:
… @eliascarv <https://github.com/eliascarv> requested your review on: #196
<#196> Coerce fails
with string colspec.
—
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZQW3ODQGEEEFIDFMVMGMDXY44FZANCNFSM6AAAAAA4LV37QU>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Thank you @Jay-sanjay ! Feel free to pick another one. We can guide you with tips and suggestions. |
Coerce fails with string colspec issue #194 fixing
--> Added extra line in coerce.jl for string implementation