monarch-initiative/N2V

View on GitHub
embiggen/utils/abstract_models/abstract_model.py

Summary

Maintainability
D
1 day
Test Coverage

File abstract_model.py has 720 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Module providing generic abstract model."""
from typing import Callable
from embiggen.utils.abstract_models.list_formatting import format_list
from typing import Dict, Any, Type, List, Optional
from dict_hash import Hashable, sha256
Severity: Major
Found in embiggen/utils/abstract_models/abstract_model.py - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status