You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the RunConfig code that configures run/stream settings also does configure everything happening with PromptReco and later.
This should be factored out into settings needed immediately for run/stream handling (repacking and RAW file handling) and settings only required later when we release PromptReco for the run.
The text was updated successfully, but these errors were encountered:
hufnagel: Did the refactoring, but for the moment still call the two configuration methods at the same time. Separating this in time will follow later.
dballest: Both unit tests work. However I see that in the Tier0Feeder unit test the new configurePromptReco method is not called, RunConfig unit test calls it and works.
hufnagel: That's ok. The functionality is in the RunConfigAPI, therefor that unit tests calls the method. The Tier0Feeder component on the other hand currently only configures for Repack and Express, so this is not being used (yet).
At the moment the RunConfig code that configures run/stream settings also does configure everything happening with PromptReco and later.
This should be factored out into settings needed immediately for run/stream handling (repacking and RAW file handling) and settings only required later when we release PromptReco for the run.
The text was updated successfully, but these errors were encountered: