benvial/gyptis

View on GitHub

Showing 161 of 211 total issues

Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Major
Found in src/gyptis/models/twoscale3d.py - About 50 mins to fix

    Function build has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def build(
    Severity: Major
    Found in src/gyptis/geometry/geometry.py - About 50 mins to fix

      Function eigensolve has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def eigensolve(
      Severity: Major
      Found in src/gyptis/models/simulation.py - About 50 mins to fix

        Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(
        Severity: Major
        Found in src/gyptis/formulations/_high_contrast.py - About 50 mins to fix

          Function field_stack_3D has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def field_stack_3D(phi, alpha, beta, gamma, zshift=0, degree=1, domain=None):
          Severity: Major
          Found in src/gyptis/sources/stack.py - About 50 mins to fix

            Function filtering has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def filtering(a, rfilt=0, function_space=None, degree=1, solver=None, mesh=None):
            Severity: Minor
            Found in src/gyptis/optimize.py - About 45 mins to fix

              Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def __init__(
              Severity: Minor
              Found in src/gyptis/measure.py - About 45 mins to fix

                Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def __init__(self, markers, subdomains, mapping, *args, **kwargs):
                Severity: Minor
                Found in src/gyptis/materials.py - About 45 mins to fix

                  Function plane_wave_2d has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def plane_wave_2d(wavelength, theta, phase=0, amplitude=1, degree=1, domain=None):
                  Severity: Minor
                  Found in src/gyptis/sources/pw.py - About 45 mins to fix

                    Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def __init__(
                    Severity: Minor
                    Found in src/gyptis/models/phc3d.py - About 45 mins to fix

                      Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def __init__(self, dict, geometry=None, pmls=None, dim=2, degree=1, element=None):
                      Severity: Minor
                      Found in src/gyptis/materials.py - About 45 mins to fix

                        Function plot has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def plot(fplot, ax=None, geometry=None, proj_space=None, colorbar=True, **kwargs):
                        Severity: Minor
                        Found in src/gyptis/plot.py - About 45 mins to fix

                          Function plot_geometry has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                          Open

                              def plot_geometry(self, nper=1, ax=None, c="k", **kwargs):
                                  if ax is None:
                                      ax = plt.gca()
                                  domains = self.geometry.subdomains["surfaces"]
                                  scatt = [d for d in domains if d not in self.geometry.layers]
                          Severity: Minor
                          Found in src/gyptis/models/grating2d.py - About 45 mins to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function plot_bands has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def plot_bands(
                          Severity: Minor
                          Found in src/gyptis/utils/bands.py - About 45 mins to fix

                            Function plot_markers has 6 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def plot_markers(markers, subdomains, ax=None, geometry=None, colorbar=True, **kwargs):
                            Severity: Minor
                            Found in src/gyptis/plot.py - About 45 mins to fix

                              Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def __init__(
                              Severity: Minor
                              Found in src/gyptis/optimize.py - About 45 mins to fix

                                Function add_circle has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def add_circle(self, x, y, z, r, surface=True, **kwargs):
                                Severity: Minor
                                Found in src/gyptis/geometry/geometry.py - About 45 mins to fix

                                  Function cut has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def cut(self, id1, id2, dim1=None, dim2=None, sync=True, **kwargs):
                                  Severity: Minor
                                  Found in src/gyptis/geometry/geometry.py - About 45 mins to fix

                                    Function field_stack_2D has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def field_stack_2D(phi, alpha, beta, yshift=0, degree=1, domain=None):
                                    Severity: Minor
                                    Found in src/gyptis/sources/stack.py - About 45 mins to fix

                                      Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def __init__(self, wavelength, dim, phase=0, amplitude=1, degree=1, domain=None):
                                      Severity: Minor
                                      Found in src/gyptis/sources/source.py - About 45 mins to fix
                                        Severity
                                        Category
                                        Status
                                        Source
                                        Language