[REVIEW] Port unary cast to libcudf++#3397
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.11 #3397 +/- ##
============================================
Coverage 87.36% 87.36%
============================================
Files 49 49
Lines 9295 9295
============================================
Hits 8121 8121
Misses 1174 1174Continue to review full report at Codecov.
|
codereport
left a comment
There was a problem hiding this comment.
Looks good! (pending resolved CI failures).
|
rerun tests |
d9f5fff to
dde73b2
Compare
|
@jrhemstad I cleaned up the implementations and changed the signatures to return |
If that's the expected behavior of casting to/from strings, then sure. |
|
It would be convenient to have a single Each string method takes different parameters based on the to/from type, and it isn't possible to define |
|
What's the status of this PR? |
|
@harrism to answer your question, now that I've updated the |
Port unaryops
castfor issue #2950, related to @codereport's PR #3214.