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
fix: resolve TypeError in TopicAdherenceScore bitwise operations (#2258)
## Issue Link / Problem Description
<!-- Link to related issue or describe the problem this PR solves -->
- Fixes#2255
## Changes Made
<!-- Describe what you changed and why -->
- Fix intermittent TypeError when performing bitwise AND operations
between
numpy arrays with incompatible dtypes in TopicAdherenceScore metric.
Signed-off-by: Kumar Anirudha <[email protected]>
0 commit comments