Skip to content

Conversation

lecardozo
Copy link

Closes #1865

The error reported there was caused by an indexing on an empty series. To work around that, we are adding a pre-condition to check whether the series after dropna() is empty, so we don't try to check its first element.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 18, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@rnyak rnyak requested a review from jperez999 October 19, 2023 16:29
@jperez999
Copy link
Contributor

/ok to test

@jperez999
Copy link
Contributor

tests are running via an internal PR here #1870

@lecardozo
Copy link
Author

lecardozo commented Nov 7, 2023

@jperez999 checked the GPU CI workflow and it seems like it was canceled externally (maybe it reached a timeout?). Let me know if there's anything I should/need to do to solve that :)

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.

Index error with Categorify on transform step for columns with 100% NaNs

2 participants