pharmpy.execute.database module

class pharmpy.execute.database.ModelDatabase[source]

Bases: object

Database of results for particular model runs

This corresponds to the m1 directory and copying up files in PsN

store_local_file(model, path)[source]

Store a file from the local machine

class pharmpy.execute.database.ToolDatabase(toolname)[source]

Bases: object

Database of results, metadata and run files for one run of a tool

This corresponds to the run directory of PsN

Attribute: model_database

Inheritance Diagram

Inheritance diagram of pharmpy.execute.database