WenjieDu/PyPOTS

View on GitHub
pypots/nn/modules/patchtst/layers.py

Summary

Maintainability
A
2 hrs
Test Coverage

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

    def __init__(
Severity: Minor
Found in pypots/nn/modules/patchtst/layers.py - About 45 mins to fix

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

        def __init__(self, d_model, patch_len, stride, padding, dropout):
    Severity: Minor
    Found in pypots/nn/modules/patchtst/layers.py - About 35 mins to fix

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

          def __init__(self, n_features, d_model, d_output, head_dropout, y_range=None):
      Severity: Minor
      Found in pypots/nn/modules/patchtst/layers.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status