REL: 0.2.0 #12
Annotations
10 errors
Lint with Ruff:
build/lib/diffeopt/optim.py#L7
build/lib/diffeopt/optim.py:7:17: F841 Local variable `loss` is assigned to but never used
|
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/representation.py#L9
diffeopt/group/ddmatch/representation.py:9:1: E402 Module level import not at top of file
|
Lint with Ruff:
diffeopt/group/representation.py#L8
diffeopt/group/representation.py:8:25: F401 `dataclasses.dataclass` imported but unused
|
Lint with Ruff:
diffeopt/group/representation.py#L39
diffeopt/group/representation.py:39:23: E741 Ambiguous variable name: `I`
|
Lint with Ruff:
diffeopt/optim.py#L7
diffeopt/optim.py:7:17: F841 Local variable `loss` is assigned to but never used
|
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
|
Loading