File base.py
has 594 lines of code (exceeds 250 allowed). Consider refactoring. Open
import logging
import os
import pickle
from abc import ABC, abstractmethod
from contextlib import contextmanager
Function commit
has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring. Open
def commit(
cls,
scm: "Git",
exp_hash: str,
exp_name: Optional[str] = None,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function _repro_dvc
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
def _repro_dvc(
cls,
info: "ExecutorInfo",
log_errors: bool = True,
**kwargs,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function reproduce
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
def reproduce(
cls,
info: "ExecutorInfo",
rev: str,
queue: Optional["Queue"] = None,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function fetch_exps
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
def fetch_exps(
self,
dest_scm: "Git",
force: bool = False,
on_diverged: Callable[[str, bool], None] = None,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __init__
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function _repro_commit
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
def _repro_commit(
Function reproduce
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def reproduce(
Function checkpoint_callback
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def checkpoint_callback(
Function commit
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def commit(
Function _repro_commit
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def _repro_commit(
cls,
dvc,
info,
stages,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function _from_stash_entry
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
def _from_stash_entry(