BLKSerene/Wordless

View on GitHub

Showing 207 of 207 total issues

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

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

    def odds_ratio(main, o11s, o12s, o21s, o22s):
    Severity: Minor
    Found in wordless/wl_measures/wl_measures_effect_size.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 poisson_collocation_measure has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def poisson_collocation_measure(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 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_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 fishers_exact_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

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

                  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 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 log_likelihood_ratio_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def log_likelihood_ratio_test(main, o11s, o12s, o21s, o22s):
                      Severity: Minor
                      Found in wordless/wl_measures/wl_measures_statistical_significance.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 jaccard_index has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

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

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

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

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

                              def mi(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 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 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 dices_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

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

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

                                        def bayes_factor_log_likelihood_ratio_test(main, o11s, o12s, o21s, o22s):
                                        Severity: Minor
                                        Found in wordless/wl_measures/wl_measures_bayes_factor.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language