When there is no relation store empty array with index set to zero
Closes DaVinci#116 (closed).
Currently in such cases we store an array of nan
with size 1. This implementation stores empty array with size 0. This way size indicates that there is not relation with added benefit of saving space by not storing nan
.
To be tested with: DaVinci!895 (merged)
Merge request reports
Activity
added DPA-WP3 label
requested review from @pkoppenb
assigned to @amathad
requested review from @graven
mentioned in issue DaVinci#116 (closed)
- Resolved by Abhijit Mathad
@ldufour : Do you have an example so we can add a test in DV with it (Currently I tested this by forcing no relation in a flavour tagging algorithm.)
mentioned in merge request DaVinci!895 (merged)
- Resolved by Patrick Koppenburg
Triggering a test:
/ci-test DaVinci!895 (merged)
added ci-test-triggered label
- [2023-05-02 14:25] Validation started with lhcb-master-mr#7758
- [2023-05-02 21:09] Validation started with lhcb-master-mr#7766
Edited by Software for LHCb- Resolved by Abhijit Mathad
Should extend to include array-of-ints also, as this would allow us to drop specifying an invalid-array-of-int
VALUE_OR([<int>]) @ ...
.
- Resolved by Abhijit Mathad