Make default value of event_variables None
All threads resolved!
All threads resolved!
Change the default value of event_variables to None
instead of an empty FunctorCollection()
.
Merge request reports
Activity
Filter activity
assigned to @amathad
@pkoppenb : Small fix. Could you please trigger a test and merge?
- Resolved by Eduardo Rodrigues
Hey @amathad, is there really a bug? I thought the functions get_... were behaving as expected?
>>> from FunTuple.FunctorCollection import FunctorCollection >>> v = FunctorCollection() >>> v <FunctorCollection: n_thor_fctors=0, n_loki_fctors=0> >>> v.get_thor_functors() {}
And if not, I would rather fix at source, meaning at the level of the called functions. Apologies if I'm missing something, just that I got surprised. ["Detail": is there some unit test missing somewhere? Bugs should get tests to be avoided in the future.]
- Resolved by Patrick Koppenburg
/ci-test
added ci-test-triggered label
- [2022-07-31 09:25] Validation started with lhcb-master-mr#5273
mentioned in commit 716b8c3b
added cleanup label
Please register or sign in to reply