Unbabel/OpenKiwi

View on GitHub
kiwi/systems/decoders/nuqe.py

Summary

Maintainability
A
2 hrs
Test Coverage
A
99%

Function __init__ has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def __init__(self, input_dim, config):
        super().__init__()
        self.input_dim = input_dim
        self.config = config

Severity: Minor
Found in kiwi/systems/decoders/nuqe.py - About 1 hr to fix

    Function __init__ has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def __init__(self, input_dim, config):
            super().__init__()
            self.input_dim = input_dim
            self.config = config
    
    
    Severity: Minor
    Found in kiwi/systems/decoders/nuqe.py - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status