resume_tool#

pharmpy.tools.resume_tool(path)[source]#

Resume tool workflow from tool database path

Parameters:

path (str) – The path to the tool database

Returns:

Results – Results object for tool

Examples

>>> from pharmpy.modeling import * 
>>> res = resume_tool("resmod_dir1")