stellargraph/stellargraph

View on GitHub
stellargraph/mapper/sliding.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 (
            batch_feats.shape
            == (this_batch_size, self._num_nodes, self._window_size)
            + self._num_sequence_variates
        )
Severity: Info
Found in stellargraph/mapper/sliding.py by bandit

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

            assert (
                batch_targets.shape
                == (this_batch_size, self._num_nodes) + self._num_sequence_variates
Severity: Info
Found in stellargraph/mapper/sliding.py by bandit

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

            assert step == 1

Severity: Info
Found in stellargraph/mapper/sliding.py by bandit

There are no issues that match your filters.

Category
Status