Skip to content

Rewrite Acts seeding cfg function

Carlo Varni requested to merge cvarni/athena:RewriteSeedingJobOption into main

This rewrites the cfg function so that we can impose a consistent naming convention for our algorithms and I/O

It relies on selecting specific subsets of parameters from the kwargs. These parameters are properly set in the cfg function and passed to the main cfg function

Merge request reports