Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-22139: AP association bug with >1000 diaSources #60

Merged
merged 1 commit into from Nov 14, 2019

Conversation

morriscb
Copy link
Contributor

@morriscb morriscb commented Nov 8, 2019

No description provided.

Copy link
Contributor

@isullivan isullivan left a comment

Choose a reason for hiding this comment

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

I've verified that this fixes the original bug. It's a little worrisome that it could be either a Int64Index or a RangeIndex, so if it was straightforward to enforce the type at an earlier step I would suggest you do that instead. However, I don't think this is worth investing very much time in, so I'm fine with it as it is.

Add Int64Index to indexing check.

Change test from isinstance to is None

Add test for unindexed dataFrames.

Debug unittests.

Fix linting
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.

None yet

2 participants