ulikoehler/UliEngineering

View on GitHub
UliEngineering/SignalProcessing/Chunks.py

Summary

Maintainability
A
1 hr
Test Coverage

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

def overlapping_chunks(arr, chunksize, shiftsize, func=None, copy=False):
Severity: Minor
Found in UliEngineering/SignalProcessing/Chunks.py - About 35 mins to fix

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

        def __init__(self, data, index_generator, num_chunks, func=None, copy=False):
    Severity: Minor
    Found in UliEngineering/SignalProcessing/Chunks.py - About 35 mins to fix

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

      def sliding_window(data, window_size, shift_size=1, window_func=None, copy=False):
      Severity: Minor
      Found in UliEngineering/SignalProcessing/Chunks.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status