WenjieDu/PyPOTS

View on GitHub
pypots/nn/modules/gpvae/layers.py

Summary

Maintainability
A
1 hr
Test Coverage

Function forward has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def forward(self, x):
        mapped = self.net(x)
        batch_size = mapped.size(0)
        time_length = mapped.size(1)

Severity: Minor
Found in pypots/nn/modules/gpvae/layers.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status