kjappelbaum/pyepal

View on GitHub

Showing 103 of 103 total issues

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert len(indices) == len(measurements)
Severity: Info
Found in src/pyepal/pal/pal_base.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

    assert (
        len(X) > n_samples
    ), "The numbers of points that shall be selected (n_samples),\
         needs to be smaller than the length of the feature matrix (X)"

Severity: Info
Found in src/pyepal/pal/utils.py by bandit

Consider possible security implications associated with CalledProcessError module.
Open

from subprocess import CalledProcessError, check_output  # noqa: S404

Severity: Info
Found in src/pyepal/version.py by bandit
Severity
Category
Status
Source
Language