- 20 Dec, 2021 1 commit
-
-
Marian Stahl authored
-
- 22 May, 2021 1 commit
-
-
Marian Stahl authored
-
- 20 Apr, 2021 11 commits
-
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
Marian Stahl authored
-
- 19 Apr, 2021 4 commits
-
-
Rosen Matev authored
Ignore warnings due to detailed resolution checking (follow up !783) See merge request lhcb/Moore!797
-
Rosen Matev authored
Do not use AssertionError for control flow See merge request lhcb/Moore!794
-
Rosen Matev authored
Cache expensive, data-flow-traversing functions. See merge request lhcb/Moore!791
-
Rosen Matev authored
-
- 17 Apr, 2021 1 commit
-
-
Rosen Matev authored
When running in optimized mode, asserts are a noop (https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement). We don't use optimized mode in the nightlies, but apparently it happens on the GRID (where the `PYTHONOPTIMIZE` environment variable is set), and since `except AssertionError` was used in one place for control flow, that lead to a different behaviour on the GRID. tl;dr do not catch asserts in Python
-
- 16 Apr, 2021 6 commits
-
-
Rosen Matev authored
Update refs for Moore!783 using lhcb-master-mr/2204 See merge request lhcb/Moore!793
-
Rosen Matev authored
Enable resolution checking with fullDetail for monitoring See merge request lhcb/Moore!783
-
-
Rosen Matev authored
Porting a set of B2OC lines to the ThOr framework. See merge request lhcb/Moore!675
-
-
Juan Leite authored
-
- 15 Apr, 2021 3 commits
-
-
Alex Pearce authored
CI: only fail docs jobs on sphinx runs See merge request lhcb/Moore!790
-
Rosen Matev authored
When the build is not there or not usable (e.g. the Moore branch relies on a Rec branch not yet in lhcb-head), fail with warnings. With this change, a failing pipeline should hopefully only happen when there is a real problem in the documentation.
-
Alex Pearce authored
As part of this this _collect_dependencies implementation is changed from stack-based to recursion in order to exploit the `@cache` decorator. This is beneficial because most lines share a large portion of their data flow (the reconstruction).
-
- 14 Apr, 2021 9 commits
-
-
Rosen Matev authored
Reduce verbosity of hlt1_velo_decoding test See merge request lhcb/Moore!789
-
Rosen Matev authored
The `hlt1_velo_decoding` test configures an instance of `TestVeloClusters`, which prints a lot of INFO messages for every event. This results in ~100 MB of stdout, in turn causing some timeouts in the updated nightly dashboard. Since these messages are not actually checked in the test validator, they are here removed by setting the OutputLevel to WARNING until a better fix is in place (e.g. fewer events or lower verbosity).
-
Rosen Matev authored
Update refs for Rec!2267 using lhcb-master-mr/2192 See merge request lhcb/Moore!787
-
Rosen Matev authored
inclusion of selective bremsstrahlung matching algorithm See merge request lhcb/Moore!707
-
-
Juan Leite authored
Update reference files from nightly slot lhcb-master-mr, build ID 2192. To be tested with Moore!2267
-
Rosen Matev authored
Update refs files for LHCb!2989 using lhcb-master-mr/2176 See merge request lhcb/Moore!786
-
Juan Leite authored
Update reference files from nightly slot lhcb-master-mr, build ID 2176. To be tested with Moore!2989
-
Rosen Matev authored
Make it possible to configure which velo algorithm is used See merge request lhcb/Moore!781
-
- 09 Apr, 2021 2 commits
-
-
Rosen Matev authored
Add Sprucing support, prototype lines and tests See merge request lhcb/Moore!763
-
-
- 08 Apr, 2021 2 commits
-
-
Rosen Matev authored
B+/Bc+ -> psi(')h+ exclusive lines and combiners for the B&Q See merge request lhcb/Moore!776
-
-