Bug fix SensorSimPlanarTool.cxx
Merge request reports
Activity
added 21.3 Digitization InnerDetector review-pending-level-1 labels
CI Result SUCCESS (hash 50f72955)Athena externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 8
For experts only: Jenkins output [CI-MERGE-REQUEST 43139]added review-approved label and removed review-pending-level-1 label
- Resolved by Matt LeBlanc
- Resolved by Matt LeBlanc
added review-user-action-required label and removed review-approved label
I initializated
scale_i
,scale_f_e
andscale_f_h
to1.
so that we can skip the checks forcolumnwidth
being 0.4 or 0.25. However, doing so, we should leave out the part with the Athena messageNot column width has been found, leaving.
, otherwise this appears when columnWidth is 0.4 or 0.25. I debugged my code and this never happens, so I modified my commit leaving out the printout message and, as suggested, the float casting (by declaring double each variable).Edited by Eric Ballabeneadded review-pending-level-1 label and removed review-user-action-required label
Hi @eballabe, the 'usual' way is to implement your own equality function with a tolerance. In your case, with the numbers being close to one, this would work well. StackOverflow is your friend in this case.:-)
CI Result SUCCESS (hash 2bd15ea9)Athena externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST 43175]added review-user-action-required label and removed review-pending-level-1 label
Yeah, sorry again for missing those yesterday -- thanks for taking the time to implement the feedback from @jchapman! Please re-add the review-pending-level-1 label when the threads are resolved. It will automatically be put back after additional pushes are made, anyway.
Cheers, MLB (L1)