Skip to content

separate out input file handling into separate modules

Nils Erik Krumnack requested to merge krumnack/athena:el_input_module into main

This decouples the actual selection of input files and event ranges from the implementation of the worker. And it is part of the overall goal of splitting the worker functionality into a series of modules.

This was triggered by !65695 (merged), which I thought would have already been merged. Depending on which one is merged first the other needs to be adjusted. Alerting @wuxi @zmarshal.

Merge request reports