IBM/pytorchpipe

View on GitHub

Showing 102 of 320 total issues

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

def pad_trunc_list(l: list, length: int, padding_value = 0, eos_value = None):
    """
    Will apply padding / clipping to list to meet requested length.
    Works on the list in-place.

Severity: Minor
Found in ptp/components/mixins/word_mappings.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

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

    def to(self, device=None, keys_to_move=None, non_blocking=False):
        """
        Moves object(s) to device

        .. note::
Severity: Minor
Found in ptp/data_types/data_streams.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