inet.simulation.task.clean_simulation_results¶
- clean_simulation_results(simulation_project=None, simulation_configs=None, **kwargs)[source]¶
Cleans the results folders for the simulation configs matching the provided filter criteria.
- Parameters
simulation_project (
SimulationProject
or None) – The simulation project from which simulation tasks are collected. If not specified then the default simulation project is used.simulation_configs (List of
SimulationConfig
or None) – The list of simulation configurations from which the simulation tasks are collected. If not specified then all simulation configurations are used.kwargs (dict) – Additional parameters are inherited from the
get_simulation_configs
function.
- Returns (None):
nothing.