durandtibo/redcat

View on GitHub
src/redcat/ba/stats.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File stats.py has 335 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

r"""Contain functions to compute statistics on ``BatchedArray``."""

from __future__ import annotations

__all__ = [
Severity: Minor
Found in src/redcat/ba/stats.py - About 4 hrs to fix

    Function mean has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

    def mean(
    Severity: Minor
    Found in src/redcat/ba/stats.py - About 35 mins to fix

      Function nanmean has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Wontfix

      def nanmean(
      Severity: Minor
      Found in src/redcat/ba/stats.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status