madrisan/dynamic-systems-and-chaos

View on GitHub

Showing 5 of 22 total issues

File lelib.py has 258 lines of code (exceeds 250 allowed). Consider refactoring.
Open

#!/usr/bin/python3

# Logistic Equation Library
# Copyright (C) 2016-2018 Davide Madrisan <davide.madrisan@gmail.com>
# SPDX-License-Identifier: Apache-2.0
Severity: Minor
Found in dynamic-systems-and-chaos/lelib.py - About 2 hrs to fix

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

        def __init__(self, r, n, x0, x1, s=0, mapname="logistic"):
    Severity: Minor
    Found in dynamic-systems-and-chaos/lelib.py - About 45 mins to fix

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

          def __init__(self, r, n=1000, x0=0.5, s=2000, mapname="logistic"):
      Severity: Minor
      Found in dynamic-systems-and-chaos/lelib.py - About 35 mins to fix

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

            def __init__(self, r, n, x0, s=0, mapname="logistic"):
        Severity: Minor
        Found in dynamic-systems-and-chaos/lelib.py - About 35 mins to fix

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

              def __init__(self, r, y, n=100, s=200, mapname="logistic"):
          Severity: Minor
          Found in dynamic-systems-and-chaos/lelib.py - About 35 mins to fix
            Severity
            Category
            Status
            Source
            Language