EwenBrun/FEM

View on GitHub

Showing 3 of 11 total issues

File models.py has 297 lines of code (exceeds 250 allowed). Consider refactoring.
Open

#! /usr/bin/python3
# coding: utf-8


"""Used to store different models."""
Severity: Minor
Found in models.py - About 3 hrs to fix

    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
        Severity
        Category
        Status
        Source
        Language