Skip to content

Conversation

@chrishalcrow
Copy link
Member

@chrishalcrow chrishalcrow commented Jan 6, 2026

Fixes #4290 , ensureing that rp_violations returns a dict or a named tuple, instead of None.

@pauladkisson - could you try this out?

@chrishalcrow chrishalcrow added bug Something isn't working qualitymetrics DEPRECATER: use "metrics" instead Related to qualitymetrics module labels Jan 6, 2026
@alejoe91
Copy link
Member

alejoe91 commented Jan 6, 2026

Or this? #4291

@pauladkisson
Copy link
Collaborator

This fix also works for me.

@samuelgarcia
Copy link
Member

Lets go for this no ?

@h-mayorquin
Copy link
Collaborator

If the computation can't be run without numba, shouldn't this fail at initialization instead of runtime?

@alejoe91
Copy link
Member

alejoe91 commented Jan 9, 2026

Good point. What we could do is adding a package dependency field in the base metric and filter out metrics whose dependencies are not met. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working qualitymetrics DEPRECATER: use "metrics" instead Related to qualitymetrics module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RPViolation quality metric throws an opaque error if Numba is not installed.

5 participants