EwenBrun/FEM

View on GitHub
app.py

Summary

Maintainability
A
3 hrs
Test Coverage

App has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class App(QMainWindow, Ui_MainWindow):
    """Mainwindow."""

    def __init__(self):
        """Init."""
Severity: Minor
Found in app.py - About 2 hrs to fix

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

        def __init__(self):
            """Init."""
            QMainWindow.__init__(self)
            Ui_MainWindow.__init__(self)
            self.setupUi(self)
    Severity: Minor
    Found in app.py - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status