julienmalard/Tinamit

View on GitHub
src/tinamit/envolt/mbf/sahysmod/_arch_egr.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    while not _fin_sección(f):
                        vrs = _extraer_vars(f)
                        for var, val in vrs:
                            if var not in dic_datos:
                                dic_datos[var] = np.full((n_años, n_est, n_polí), np.nan)
Severity: Major
Found in src/tinamit/envolt/mbf/sahysmod/_arch_egr.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status