inet.test.statistical.get_statistical_test_tasks¶
- get_statistical_test_tasks(sim_time_limit=<function get_statistical_test_sim_time_limit>, **kwargs)[source]¶
Returns multiple statistical test tasks matching the provided filter criteria. The returned tasks can be run by calling the
run
method.- Parameters
kwargs (dict) – The filter criteria parameters are inherited from the
get_simulation_tasks
method.
- Returns (
MultipleTestTasks
): an object that contains a list of
StatisticalTestTask
objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.