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

Testing with arrays of integers #75

Open gordonwatts opened 5 years ago

gordonwatts commented 5 years ago

There is lots of code (like in the return from Select) that looks for a cpp_sequence. But what if a cpp_collection comes back? Say one that is an array of integers of floats? My guess is lots of these if statements will fail, as they will come back as cpp_collections.

Testing should be written to make sure this works properly.