APrioriInvestments / typed_python

An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
197 stars 8 forks source link

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

Open nmayer opened 1 year ago

nmayer commented 1 year ago

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

Checklist: