split_common_options#

pharmpy.workflows.split_common_options(d)[source]#

Split the dict into dispatching options, common options and other options

Dispatching options will be handled before the tool is run to setup the context and dispatching system. Common options will be handled by the context so that all tasks in the workflow can get them. The tool specific options will be sent directly to the tool.

Parameters:

d (dict) – Dictionary of all options

Returns:

Tuple of dispatching options, common options and other option dictionaries