idmtools.analysis.map_worker_entry module

We define our map entry items here for analysis framework.

Most of these function are used either to initialize a thread or to handle exceptions while executing.

Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.

idmtools.analysis.map_worker_entry.map_item(item: IItem) Dict[str, Dict][source]

Initialize some worker-global values; a worker process entry point for analyzer item-mapping.

Parameters:

item – The item (often simulation) to process.

Returns:

Dict[str, Dict]