gfw-api/gfw-analysis-gee

View on GitHub
gfwanalysis/services/analysis/mc_analysis_service.py

Summary

Maintainability
A
1 hr
Test Coverage
F
13%

Function analyze has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def analyze(timeseries, window, bin_number, mc_number):
        """This is the Monte Carlo Analysis Service
        """
        if not window:
            window = 5
Severity: Minor
Found in gfwanalysis/services/analysis/mc_analysis_service.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status