parpe.misc.get_amici_model

parpe.misc.get_amici_model(model_name, model_dir=None)[source]

Load AMICI model module with given name from given path and return a model instance

Arguments:

model_name: Name of the model module model_dir: Path to directory containing the AMICI model module

Returns:

The given model instance

Return type

amici.Model