set_model_plugin

glotaran.plugin_system.model_registration.set_model_plugin(model_name: str, full_plugin_name: str) None[source]

Set the plugin used for a specific model name.

This function is useful when you want to resolve conflicts of installed plugins or overwrite the plugin used for a specific model name.

Effected functions:

  • optimize()

Parameters
  • model_name (str) – Name of the model to use the plugin for.

  • full_plugin_name (str) – Full name (import path) of the registered plugin.