Showing 5 of 22 total issues
File lelib.py
has 258 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
#!/usr/bin/python3 # Logistic Equation Library# Copyright (C) 2016-2018 Davide Madrisan <davide.madrisan@gmail.com># SPDX-License-Identifier: Apache-2.0
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, r, n, x0, x1, s=0, mapname="logistic"):
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, r, n, x0, s=0, mapname="logistic"):
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, r, n=1000, x0=0.5, s=2000, mapname="logistic"):
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, r, y, n=100, s=200, mapname="logistic"):