aquakin.load_model_from_file#

aquakin.load_model_from_file(path, *, activity_model=None)[source]#

Load a model from a YAML file on disk.

Parameters:
  • path (str or Path) – Path to a YAML model file.

  • activity_model (str, optional) – Override the speciation activity_model (see load_model()).

Return type:

CompiledModel