stellargraph/stellargraph

View on GitHub
stellargraph/mapper/knowledge_graph.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 len(s_iloc) == positive_count + negative_count

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

            assert len(targets) == len(s_iloc)

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

        assert len(s_iloc) == len(r_iloc) == len(o_iloc)

There are no issues that match your filters.

Category
Status