Skip to content

Conversation

@Kyrpel
Copy link

@Kyrpel Kyrpel commented Apr 6, 2022

@Kyrpel Kyrpel changed the title Test interval index Test added IntervalIndex_get_indexer_non_unique Apr 6, 2022
@simonjayhawkins simonjayhawkins added Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Period Period data type Testing pandas testing functions or related to the test suite labels Apr 6, 2022
@pytest.mark.parametrize(
"arrays",
[
IntervalIndex.from_breaks(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can do

@pytest.mark.parametrize("box", [IntervalIndex, pd.array, list]) def test...(box) arrays = box(IntervalIndex.from_breaks([Timestamp...) 
@github-actions
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label May 13, 2022
@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If you'd like to continue, please merge in main, address the review, and we can reopen.

@mroeschke mroeschke closed this May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Period Period data type Stale Testing pandas testing functions or related to the test suite

4 participants