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

Ensured that param changed comparisons fail on array #276

Merged
merged 1 commit into from Sep 22, 2018

Conversation

philippjfr
Copy link
Member

The code was letting array comparisons slip past which meant they would fail when the boolean arrays were being coerced to bools. This PR ensures the coercion happens inside the try/except, which means that it fails gracefully.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.066% when pulling c8cbfe4 on changed_array_fix into 25fe81f on master.

@jbednar jbednar merged commit 9179ba9 into master Sep 22, 2018
@philippjfr philippjfr deleted the changed_array_fix branch September 27, 2018 21:34
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

3 participants