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

Fix missing_inds tests #202

Closed
wants to merge 1 commit into from
Closed

Conversation

dwillmer
Copy link
Contributor

The assertions were failing because of the array == comparison.

Here we use numpy.testing.assert_array_equal to ensure the results are correct, and also test the list-of-arrays case. Gives 100% coverage of missing_inds.py

@jeremymanning
Copy link
Member

I'm closing this pull request-- I agree that we need better tests, but too much has changed since this pull request was made. I've added this issue as a reminder that this still needs addressing.

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.

2 participants