Showing 28 of 28 total issues

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

def _fetch_allevents_event_json(
Severity: Minor
Found in gwosc/api.py - About 35 mins to fix

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

    def _event_datasets(
    Severity: Minor
    Found in gwosc/datasets.py - About 35 mins to fix

      Function get_event_urls has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      def get_event_urls(
              event,
              catalog=None,
              version=None,
              detector=None,
      Severity: Minor
      Found in gwosc/locate.py - About 35 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

      Function match has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      def match(
              urls,
              detector=None,
              start=None,
              end=None,
      Severity: Minor
      Found in gwosc/urls.py - About 35 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

      Avoid too many return statements within this function.
      Open

              return True
      Severity: Major
      Found in gwosc/datasets.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return False
        Severity: Major
        Found in gwosc/datasets.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

              return utils.segments_overlap(segment, eseg)
          Severity: Major
          Found in gwosc/datasets.py - About 30 mins to fix

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

            def _match_event_dataset(
                    dataset,
                    catalog=None,
                    version=None,
                    detector=None,
            Severity: Minor
            Found in gwosc/datasets.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

            Severity
            Category
            Status
            Source
            Language