TYP: remove string types #5
Annotations
10 errors
Lint with Ruff:
build/lib/diffeopt/group/ddmatch/representation.py#L9
build/lib/diffeopt/group/ddmatch/representation.py:9:1: E402 Module level import not at top of file
|
Lint with Ruff:
build/lib/diffeopt/group/representation.py#L22
build/lib/diffeopt/group/representation.py:22:23: E741 Ambiguous variable name: `I`
|
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#L12
build/lib/diffeopt/utils.py:12:15: E741 Ambiguous variable name: `I`
|
Lint with Ruff:
build/lib/diffeopt/utils.py#L20
build/lib/diffeopt/utils.py:20:1: E402 Module level import not at top of file
|
Lint with Ruff:
build/lib/diffeopt/utils.py#L26
build/lib/diffeopt/utils.py:26: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#L22
diffeopt/group/representation.py:22: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#L12
diffeopt/utils.py:12:15: E741 Ambiguous variable name: `I`
|
Loading