chrislit/abydos

View on GitHub
abydos/distance/_smith_waterman.py

Summary

Maintainability
A
0 mins
Test Coverage

Unable to import 'numpy'
Open

from numpy import float_ as np_float
Severity: Critical
Found in abydos/distance/_smith_waterman.py by pylint

Used when pylint has been unable to import a module.

Unable to import 'numpy'
Open

from numpy import zeros as np_zeros
Severity: Critical
Found in abydos/distance/_smith_waterman.py by pylint

Used when pylint has been unable to import a module.

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

        sim_func: Optional[Callable[[str, str], float]] = None,
Severity: Info
Found in abydos/distance/_smith_waterman.py by pylint

TODO sim_func: Optional[Callable[[str, str], float]] = None, ^ |

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

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

TODO self, ^ |

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

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

TODO **kwargs: Any ^ |

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

        gap_cost: float = 1.0,
Severity: Info
Found in abydos/distance/_smith_waterman.py by pylint

TODO gap_cost: float = 1.0, ^ |

There are no issues that match your filters.

Category
Status