read_results#

pharmpy.modeling.read_results(path)[source]#

Read results object from file

Parameters

path (str, Path) – Path to results file

Returns

Results – Results object for tool

Examples

>>> from pharmpy.modeling import *
>>> res = read_resuts("results.json")     

See also

create_results