BUG: `validate_matching_label_keys` accessing data outside of user request scope.
Closed this issue · 0 comments
czaloom commented
valor version checks
- I have confirmed this bug exists on the latest version of valor.
Reproducible Example
Test on db with similar datasets.
Issue Description
The validate_matching_label_keys
function is accessing datums from other datasets.
Expected Behavior
The scope of the function should be limited to the evaluation request.