-
Notifications
You must be signed in to change notification settings - Fork 58
add test for timeseries index #135
base: branch-0.8
Are you sure you want to change the base?
Conversation
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.
This works already with the upstream changes I take it?
I'm seeing something odd with dtype handling in dask-cudf and not cudf.
|
You would want to track the |
I think i've got it in cudf from exactly where you said. In the If I amend as_index to use:
the correct index is used but I get assertion failures in the as_column calls in the Series constructor. |
If not targeted for v0.6 release please change the base to |
rerun tests |
Looks like we have a cudf bug in handling empty columns where it's casting them to |
rerun tests |
adds a test for https://github.com/rapidsai/dask-cudf/issues/129