You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working issue #2547, it was discovered that in the multi-array case for processing of ak.in1d if the invert parameter is set to True, the invert is not occurring. This is resulting in incorrect results. The returns need to be updated to check if invert is set and in that case return the inverted truth array.
The text was updated successfully, but these errors were encountered:
…new test framework (#2556)
* Adds setops testings. Corrects bugs found during test updates.
* removing unused import
* Updating based on review comments
* Final updates
While working issue #2547, it was discovered that in the multi-array case for processing of
ak.in1d
if theinvert
parameter is set toTrue
, the invert is not occurring. This is resulting in incorrect results. The returns need to be updated to check ifinvert
is set and in that case return the inverted truth array.The text was updated successfully, but these errors were encountered: