-
Notifications
You must be signed in to change notification settings - Fork 174
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
fix: generic_plotter.py: skip empty branches #2742
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2742 +/- ##
=======================================
Coverage 49.51% 49.51%
=======================================
Files 475 475
Lines 26965 26965
Branches 12447 12447
=======================================
Hits 13352 13352
Misses 4764 4764
Partials 8849 8849 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 89a34daphysmon summary
|
Is it expected behavior to have empty branches? |
Here we can generate a root-file with some empty branches. (
Maybe it is unexpected from the Writer- or GX2F-side, but I think the plotter shouldn't refuse to plot the other (valid) branches. |
In case of an empty branch the plotter crashed when calculating the limits. Now we skip those branches and generate no plots for them.