Skip to content

Fix test failures caused by numpy upgrade.#1659

Merged
ueshin merged 1 commit intodatabricks:masterfrom
ueshin:delete
Jul 17, 2020
Merged

Fix test failures caused by numpy upgrade.#1659
ueshin merged 1 commit intodatabricks:masterfrom
ueshin:delete

Conversation

@ueshin
Copy link
Collaborator

@ueshin ueshin commented Jul 16, 2020

Since numpy 1.19, np.delete came to fail on out-of-bounds indices (numpy/numpy#15804) and pandas will as well since it depends on numpy.

@ueshin ueshin requested a review from HyukjinKwon July 16, 2020 23:59
@ueshin
Copy link
Collaborator Author

ueshin commented Jul 17, 2020

We might want to fix the behavior to follow the new numpy's behavior, but fixing tests here to unblock other PRs.

@ueshin
Copy link
Collaborator Author

ueshin commented Jul 17, 2020

I'd merge this for now.

@ueshin ueshin merged commit 9a2099e into databricks:master Jul 17, 2020
@ueshin ueshin deleted the delete branch July 17, 2020 02:34
ueshin added a commit to ueshin/databricks-koalas that referenced this pull request Jul 21, 2020
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.

1 participant