[tmva][sofie] New Keras Parser from SOFIE #27947
code_analysis.yml
on: pull_request
clang-format
54s
ruff
32s
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 (E402):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L47
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:47:1: E402 Module level import not at top of file
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L46
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:46:31: F401 `._gnn.RModel_GraphIndependent` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L46
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:46:19: F401 `._gnn.RModel_GNN` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (E402):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L46
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:46:1: E402 Module level import not at top of file
|
|
Ruff (I001):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L27
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:27:5: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L23
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:23:29: F401 `._rbdt.pythonize_rbdt` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L23
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:23:20: F401 `._rbdt.Compute` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L15
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:15:23: F401 `cppyy.gbl.gSystem` imported but unused
|
|
Ruff (F401):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L13
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:13:8: F401 `sys` imported but unused
|
|
Ruff (I001):
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py#L13
bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva/__init__.py:13:1: I001 Import block is un-sorted or un-formatted
|
|
clang-format
Process completed with exit code 1.
|
|
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.
|