chrislit/abydos

View on GitHub
abydos/distance/_gower_legendre.py

Summary

Maintainability
A
35 mins
Test Coverage

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Minor
Found in abydos/distance/_gower_legendre.py - About 35 mins to fix

    Wrong hanging indentation before block (add 4 spaces).
    Open

            **kwargs: Any
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO **kwargs: Any ^ |

    Wrong hanging indentation before block (add 4 spaces).
    Open

            self,
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO self, ^ |

    Wrong hanging indentation before block (add 4 spaces).
    Open

            tokenizer: Optional[_Tokenizer] = None,
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO tokenizer: Optional[_Tokenizer] = None, ^ |

    Wrong hanging indentation before block (add 4 spaces).
    Open

            alphabet: Optional[
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO alphabet: Optional[ ^ |

    Wrong hanging indentation before block (add 4 spaces).
    Open

            intersection_type: str = 'crisp',
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO intersection_type: str = 'crisp', ^ |

    Wrong hanging indentation before block (add 4 spaces).
    Open

            theta: float = 0.5,
    Severity: Info
    Found in abydos/distance/_gower_legendre.py by pylint

    TODO theta: float = 0.5, ^ |

    There are no issues that match your filters.

    Category
    Status