Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve semantics of data member #17927

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

vepadulano
Copy link
Member

Change the data member holding the column names which should be ignored in case of TTreeReader errors regarding missing branches, from std::vector to std::set. The column names should not be repeated to avoid having multiple times the same column name left in the data member, which results in leftover names even after the corresponding operation of the computation graph has finished. Once a column is found, it will be available for all nodes of the computation graph anyway.

Part 4 of N for #17895

Copy link

github-actions bot commented Mar 10, 2025

Test Results

    18 files      18 suites   4d 5h 46m 23s ⏱️
 2 725 tests  2 724 ✅ 0 💤 1 ❌
47 351 runs  47 350 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit 30cf055.

♻️ This comment has been updated with latest results.

Change the data member holding the column names which should be ignored in case
of TTreeReader errors regarding missing branches, from std::vector to std::set.
The column names should not be repeated to avoid having multiple times the same
column name left in the data member, which results in leftover names even after
the corresponding operation of the computation graph has finished. Once a column
is found, it will be available for all nodes of the computation graph anyway.
@vepadulano vepadulano force-pushed the rdf-suppress-errors-set branch from c326d16 to 30cf055 Compare March 10, 2025 20:24
@vepadulano vepadulano requested a review from pcanal March 11, 2025 10:51
Copy link
Member

@pcanal pcanal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vepadulano vepadulano merged commit 0a1fc96 into root-project:master Mar 11, 2025
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants