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

fixed bug where "any" acted as "all" #448

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

fixed bug where "any" acted as "all" #448

wants to merge 1 commit into from

Conversation

nmayer
Copy link

@nmayer nmayer commented Jun 13, 2023

One word bug fix in all_any_wrapper.py

Motivation and Context

The AnyWrapper had been mistakenly calling "all" instead of "any". This was not caught by the test which only checked empty and full lists. I made the one word change and added another case to the existing test to cover the difference.

How Has This Been Tested?

pytest

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@nmayer nmayer force-pushed the nat-dev branch 2 times, most recently from a6275b6 to 8c2c809 Compare June 29, 2023 23:07
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

1 participant