MNT: DiffeoOptimzer.step more idiomatic #14
Annotations
10 errors
Lint with Ruff:
build/lib/diffeopt/utils.py#L11
build/lib/diffeopt/utils.py:11:15: E741 Ambiguous variable name: `I`
|
Lint with Ruff:
build/lib/diffeopt/utils.py#L19
build/lib/diffeopt/utils.py:19:1: E402 Module level import not at top of file
|
Lint with Ruff:
build/lib/diffeopt/utils.py#L25
build/lib/diffeopt/utils.py:25:5: F841 Local variable `vmx` is assigned to but never used
|
Lint with Ruff:
diffeopt/group/ddmatch/action/function.py#L5
diffeopt/group/ddmatch/action/function.py:5:29: F401 `...base.ForwardDiffeo` imported but unused
|
Lint with Ruff:
diffeopt/group/ddmatch/representation.py#L13
diffeopt/group/ddmatch/representation.py:13:1: E402 Module level import not at top of file
|
Lint with Ruff:
diffeopt/group/representation.py#L38
diffeopt/group/representation.py:38:23: E741 Ambiguous variable name: `I`
|
Lint with Ruff:
diffeopt/utils.py#L11
diffeopt/utils.py:11:15: E741 Ambiguous variable name: `I`
|
Lint with Ruff:
diffeopt/utils.py#L19
diffeopt/utils.py:19:1: E402 Module level import not at top of file
|
Lint with Ruff:
diffeopt/utils.py#L25
diffeopt/utils.py:25:5: F841 Local variable `vmx` is assigned to but never used
|
Lint with Ruff:
tests/test_distance.py#L9
tests/test_distance.py:9:5: E741 Ambiguous variable name: `I`
|
Loading