Conversation

nmayer

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.

@nmayernmayer 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 . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@nmayer