ulikoehler/UliEngineering

View on GitHub
UliEngineering/SignalProcessing/Resampling.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function parallel_resample has 10 arguments (exceeds 4 allowed). Consider refactoring.
Open

def parallel_resample(t, y, new_samplerate, out=None, prefilter=None,
Severity: Major
Found in UliEngineering/SignalProcessing/Resampling.py - About 1 hr to fix

    Function serial_resample has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def serial_resample(t, y, new_samplerate, out=None, prefilter=None,
    Severity: Major
    Found in UliEngineering/SignalProcessing/Resampling.py - About 1 hr to fix

      Function __parallel_resample_worker has 9 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def __parallel_resample_worker(torig, tnew, y, out, i, chunksize, ovp_size, prefilter, fitkind):
      Severity: Major
      Found in UliEngineering/SignalProcessing/Resampling.py - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status