Closed zhafen closed 6 years ago
Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
This is now working at least for "troves" (i.e. suites) of data that are within a simulation. So snapshot and such can be varied. See galaxy_diver.data_management.trove_management
for more.
This does not yet work for troves that span different simulations, because that involves changing the output directory, which is not yet supported.
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
This will allow me to easily run suites of data. I think the basic structure is...
get_argument_combinations()
->get_data_tags()
->identify_uncompleted_runs()
->get_next_arguments_to_run()