joaomcteixeira/taurenmd

View on GitHub
src/taurenmd/libs/libutil.py

Summary

Maintainability
A
0 mins
Test Coverage

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

    assert all(len(i) == len(j) for i, j in zip(data, labels)), \
        'data and labels size do not match'

Severity: Info
Found in src/taurenmd/libs/libutil.py by bandit

There are no issues that match your filters.

Category
Status