Unidata/MetPy

View on GitHub
src/metpy/calc/kinematics.py

Summary

Maintainability
A
50 mins
Test Coverage

Function potential_vorticity_baroclinic has 13 arguments (exceeds 10 allowed). Consider refactoring.
Wontfix

def potential_vorticity_baroclinic(
Severity: Major
Found in src/metpy/calc/kinematics.py - About 50 mins to fix

    Function advection has 13 arguments (exceeds 10 allowed). Consider refactoring.
    Open

    def advection(
    Severity: Major
    Found in src/metpy/calc/kinematics.py - About 50 mins to fix

      Function q_vector has 12 arguments (exceeds 10 allowed). Consider refactoring.
      Wontfix

      def q_vector(
      Severity: Major
      Found in src/metpy/calc/kinematics.py - About 45 mins to fix

        Function inertial_advective_wind has 12 arguments (exceeds 10 allowed). Consider refactoring.
        Wontfix

        def inertial_advective_wind(
        Severity: Major
        Found in src/metpy/calc/kinematics.py - About 45 mins to fix

          Function ageostrophic_wind has 11 arguments (exceeds 10 allowed). Consider refactoring.
          Wontfix

          def ageostrophic_wind(height, u, v, dx=None, dy=None, latitude=None, x_dim=-1, y_dim=-2,
          Severity: Major
          Found in src/metpy/calc/kinematics.py - About 35 mins to fix

            Function potential_vorticity_barotropic has 11 arguments (exceeds 10 allowed). Consider refactoring.
            Wontfix

            def potential_vorticity_barotropic(
            Severity: Major
            Found in src/metpy/calc/kinematics.py - About 35 mins to fix

              There are no issues that match your filters.

              Category
              Status