adam2392/eegio

View on GitHub
eegio/writers/saveas.py

Summary

Maintainability
B
6 hrs
Test Coverage

File saveas.py has 270 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import datetime
import os
import warnings
from typing import List, Dict, Union

Severity: Minor
Found in eegio/writers/saveas.py - About 2 hrs to fix

    Function _pyedf_saveas_edf has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def _pyedf_saveas_edf(
    Severity: Major
    Found in eegio/writers/saveas.py - About 1 hr to fix

      Function saveas_edf has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def saveas_edf(
      Severity: Major
      Found in eegio/writers/saveas.py - About 50 mins to fix

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

            def saveas_fif(self, fpath, rawdata, info, bad_chans_list=[], montage: List = []):
        Severity: Minor
        Found in eegio/writers/saveas.py - About 45 mins to fix

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

              def saveas_hdf(
          Severity: Minor
          Found in eegio/writers/saveas.py - About 45 mins to fix

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

                def merge_npy_arrays(
            Severity: Minor
            Found in eegio/writers/saveas.py - About 35 mins to fix

              Function _pyedf_saveas_edf has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  def _pyedf_saveas_edf(
                      self,
                      mne_raw: mne.io.RawArray,
                      fname: Union[os.PathLike, str],
                      events_list: List[Union[float, float, str]],
              Severity: Minor
              Found in eegio/writers/saveas.py - About 25 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              There are no issues that match your filters.

              Category
              Status