stellargraph/stellargraph

View on GitHub
stellargraph/core/convert.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 isinstance(data, pd.DataFrame)
Severity: Info
Found in stellargraph/core/convert.py by bandit

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

        assert isinstance(data, (IndexedArray, np.ndarray))
Severity: Info
Found in stellargraph/core/convert.py by bandit

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

    assert matrix.shape == (num_nodes, size)

Severity: Info
Found in stellargraph/core/convert.py by bandit

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

    assert len(columns) == 0
Severity: Info
Found in stellargraph/core/convert.py by bandit

There are no issues that match your filters.

Category
Status