chrislit/abydos

View on GitHub
abydos/distance/_henderson_heron.py

Summary

Maintainability
A
0 mins
Test Coverage

Variable name ab doesn't conform to snake_case naming style
Open

        ab = self._src_card()

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Variable name a doesn't conform to snake_case naming style
Open

        a = self._intersection_card()

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Variable name ac doesn't conform to snake_case naming style
Open

        ac = self._tar_card()

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Variable name n doesn't conform to snake_case naming style
Open

        n = self._population_unique_card()

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

There are no issues that match your filters.

Category
Status