[tmva][pymva] Exercise removal of deprecated TMVA PyKeras method
#26950
code_analysis.yml
on: pull_request
clang-format
58s
ruff
34s
Annotations
13 errors and 1 warning
|
ruff
Process completed with exit code 123.
|
|
ruff
Formatting failed. To apply the changes locally, run the following command:
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_RNN_Classification.py#L37
tutorials/machine_learning/TMVA_RNN_Classification.py:37:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E402):
tutorials/machine_learning/TMVA_RNN_Classification.py#L37
tutorials/machine_learning/TMVA_RNN_Classification.py:37:1: E402 Module level import not at top of file
|
|
Ruff (F401):
tutorials/machine_learning/TMVA_Higgs_Classification.py#L33
tutorials/machine_learning/TMVA_Higgs_Classification.py:33:8: F401 `os` imported but unused
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_Higgs_Classification.py#L32
tutorials/machine_learning/TMVA_Higgs_Classification.py:32:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E713):
tutorials/machine_learning/TMVA_CNN_Classification.py#L119
tutorials/machine_learning/TMVA_CNN_Classification.py:119:8: E713 Test for membership should be `not in`
|
|
Ruff (E741):
tutorials/machine_learning/TMVA_CNN_Classification.py#L92
tutorials/machine_learning/TMVA_CNN_Classification.py:92:17: E741 Ambiguous variable name: `l`
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_CNN_Classification.py#L25
tutorials/machine_learning/TMVA_CNN_Classification.py:25:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E711):
tmva/pymva/test/generatePyTorchModelRegression.py#L53
tmva/pymva/test/generatePyTorchModelRegression.py:53:29: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tmva/pymva/test/generatePyTorchModelMulticlass.py#L56
tmva/pymva/test/generatePyTorchModelMulticlass.py:56:29: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tmva/pymva/test/generatePyTorchModelClassification.py#L54
tmva/pymva/test/generatePyTorchModelClassification.py:54:29: E711 Comparison to `None` should be `cond is None`
|
|
clang-format
Process completed with exit code 1.
|
|
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.
|