Skip to content

[tmva][sofie] shape and type inference methods need not be pure virtual #18424

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

sanjibansg
Copy link
Contributor

This PR modifies the ShapeInference method of the base ROperators class that is not needed to be pure virtual since not every ROperator will not be implementing or using it, like the Shape Operator.

@sanjibansg sanjibansg requested a review from lmoneta as a code owner April 16, 2025 09:46
@sanjibansg sanjibansg changed the title [tmva][sofie] shape inference method need not be pure virtual [tmva][sofie] shape and type inference methods need not be pure virtual Apr 16, 2025
Copy link
Member

@lmoneta lmoneta left a comment

Choose a reason for hiding this comment

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

LGTM!
Thank you Sanjiban for the fix!

Copy link

Test Results

    18 files      18 suites   3d 20h 35m 30s ⏱️
 2 738 tests  2 737 ✅ 0 💤 1 ❌
47 613 runs  47 612 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit dc159ad.

@dpiparo dpiparo merged commit 8c08ef4 into root-project:master Apr 16, 2025
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[tmva][sofie] ROperator_Shape::ShapeInference() code can't be correct
3 participants