[tmva][sofie] Followup on "Disentangle PyMVA and SOFIE" #26956
code_analysis.yml
on: pull_request
clang-format
57s
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 (E703):
tutorials/machine_learning/TMVA_SOFIE_RDataFrame.py#L19
tutorials/machine_learning/TMVA_SOFIE_RDataFrame.py:19:34: E703 Statement ends with an unnecessary semicolon
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_SOFIE_RDataFrame.py#L13
tutorials/machine_learning/TMVA_SOFIE_RDataFrame.py:13:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_SOFIE_Models.py#L104
tutorials/machine_learning/TMVA_SOFIE_Models.py:104:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E402):
tutorials/machine_learning/TMVA_SOFIE_Models.py#L104
tutorials/machine_learning/TMVA_SOFIE_Models.py:104:1: E402 Module level import not at top of file
|
|
Ruff (F401):
tutorials/machine_learning/TMVA_SOFIE_Models.py#L17
tutorials/machine_learning/TMVA_SOFIE_Models.py:17:21: F401 `os.path.exists` imported but unused
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_SOFIE_Models.py#L16
tutorials/machine_learning/TMVA_SOFIE_Models.py:16:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
tutorials/machine_learning/TMVA_SOFIE_Inference.py#L17
tutorials/machine_learning/TMVA_SOFIE_Inference.py:17: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.
|