BLKSerene/Wordless

View on GitHub

Showing 206 of 206 total issues

Function pearsons_chi_squared_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def pearsons_chi_squared_test(main, o11s, o12s, o21s, o22s):
Severity: Minor
Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

    Function generate_line_chart has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def generate_line_chart(
    Severity: Minor
    Found in wordless/wl_figs/wl_figs.py - About 35 mins to fix

      Function dice_sorensen_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def dice_sorensen_coeff(main, o11s, o12s, o21s, o22s):
      Severity: Minor
      Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

        Function diff_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def diff_coeff(main, o11s, o12s, o21s, o22s):
        Severity: Minor
        Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

          Function log_ratio has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def log_ratio(main, o11s, o12s, o21s, o22s):
          Severity: Minor
          Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

            Function me has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def me(main, o11s, o12s, o21s, o22s):
            Severity: Minor
            Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

              Function im3 has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def im3(main, o11s, o12s, o21s, o22s):
              Severity: Minor
              Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                Function pmi has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def pmi(main, o11s, o12s, o21s, o22s):
                Severity: Minor
                Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

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

                      def __init__(self, main, title, width = 0, height = 0, resizable = True):
                  Severity: Minor
                  Found in wordless/wl_dialogs/wl_dialogs.py - About 35 mins to fix

                    Function kilgarriffs_ratio has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def kilgarriffs_ratio(main, o11s, o12s, o21s, o22s):
                    Severity: Minor
                    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

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

                          def __init__(self, main, title, width = 0, height = 0, resizable = True):
                      Severity: Minor
                      Found in wordless/wl_dialogs/wl_dialogs.py - About 35 mins to fix

                        Function pct_diff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def pct_diff(main, o11s, o12s, o21s, o22s):
                        Severity: Minor
                        Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                          Function im2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def im2(main, o11s, o12s, o21s, o22s):
                          Severity: Minor
                          Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                            Function to_freqs_sections_bayes_factor has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def to_freqs_sections_bayes_factor(main, items_to_search, items_x1, items_x2, measure_bayes_factor):
                            Severity: Minor
                            Found in wordless/wl_measures/wl_measure_utils.py - About 35 mins to fix

                              Function min_sensitivity has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def min_sensitivity(main, o11s, o12s, o21s, o22s):
                              Severity: Minor
                              Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                Function to_freqs_sections_statistical_significance has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def to_freqs_sections_statistical_significance(main, items_to_search, items_x1, items_x2, test_statistical_significance):
                                Severity: Minor
                                Found in wordless/wl_measures/wl_measure_utils.py - About 35 mins to fix

                                  Function log_dice has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def log_dice(main, o11s, o12s, o21s, o22s):
                                  Severity: Minor
                                  Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                    Function lfmd has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def lfmd(main, o11s, o12s, o21s, o22s):
                                    Severity: Minor
                                    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                      Function squared_phi_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def squared_phi_coeff(main, o11s, o12s, o21s, o22s):
                                      Severity: Minor
                                      Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                        Function to_freqs_sections_2_sample has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def to_freqs_sections_2_sample(items_to_search, items_x1, items_x2, num_sub_sections, use_data):
                                        Severity: Minor
                                        Found in wordless/wl_measures/wl_measure_utils.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language