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

Parameters:
  • model_name (str) – Name of the model module

  • model_dir (Optional[str]) – Path to directory containing the AMICI model module

Return type:

amici.Model

Returns:

The given model instance