-
Notifications
You must be signed in to change notification settings - Fork 21
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
Framework on v1.4.2 #1257
Framework on v1.4.2 #1257
Conversation
The basic tests failed because they weren't able to |
The validations are failing at the same point as #1255 and #1256 . Re-running the
|
See the patch PR in Framework LDMX-Software/Framework#93 for solution. The bug was originally noticed when running the PR Validation tests on #1255 and #1256 after updating the golden histograms with the buggy framework.
In short: when running with a processor that calls
getHistoDirectory()
during processing, the run tree ends up in the histogram file rather than the event file. This is an easy fix and is only a problem for configs that use theSimObjects
DQM processor (the only processor that I know of that dynamically callsgetHistoDirectory()
during processing).