Closed juliasloan25 closed 1 month ago
We should only get the config_dict and job_id from the parsed args, everything else should come from the config dict. Otherwise, they won't be properly processed when specified in the config dict (which is where we expect them to be defined)
config_dict
job_id
Purpose
We should only get the
config_dict
andjob_id
from the parsed args, everything else should come from the config dict. Otherwise, they won't be properly processed when specified in the config dict (which is where we expect them to be defined)