gordonwatts / BDTTrainingAnalysisLanguage

Pull from ATLAS EXOT 15 Derivation, columnar data, and flat rootutples with RDF to scikitlearn in one nice fast swoop
0 stars 2 forks source link

When we do a visit_Call_Lambda push arguments into the stack #6

Closed gordonwatts closed 5 years ago

gordonwatts commented 5 years ago

This is in atlas_xaod_exector.py - the reason for this is that if you have nested lambda calls, and they both use the argument "j", then the second j will obliterate the first, which would be bad. So when we push new arguments into the dictionary, we need to cache any old ones.

gordonwatts commented 5 years ago

This is low priority for now as we do not yet have anything that complex going through our system.