Skip to content

[PWGJE] Configurable GNN input feature transform function #22400

[PWGJE] Configurable GNN input feature transform function

[PWGJE] Configurable GNN input feature transform function #22400

Triggered via pull request December 24, 2025 16:34
@choich08365choich08365
synchronize #14346
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
13s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[magic-number]: PWGJE/Tasks/bjetTaggingGnn.cxx#L549
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/bjetTaggingGnn.cxx#L426
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/bjetTaggingGnn.cxx#L425
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/bjetTaggingGnn.cxx#L419
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/o2-task]: PWGJE/TableProducer/jetTaggerHF.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
[name/o2-task]: PWGJE/TableProducer/jetTaggerHF.cxx#L708
Device names jet-taggerhf-mcd-charged and jet-taggerhf-m-c-d-charged generated from the specified task name jet-taggerhf-mcd-charged and from the struct name JetTaggerhfMCDCharged, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to JetTaggerhfMcdCharged and removing TaskName.
[name/o2-task]: PWGJE/TableProducer/jetTaggerHF.cxx#L707
Specified task name jet-taggerhf-data-charged and the struct name JetTaggerhfDataCharged produce the same device name jet-taggerhf-data-charged. TaskName is redundant.
[const-ref-in-for-loop]: PWGJE/Core/MlResponseHfTagging.h#L470
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Core/MlResponseHfTagging.h#L415
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Core/MlResponseHfTagging.h#L213
Use constant references for non-modified iterators in range-based for loops.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.