gemseo.scenarios.factory module# A factory of scenario. class ScenarioFactory[source]# Bases: BaseFactory[BaseScenario] A factory of scenario. Return type: Any failed_imports: dict[str, str]# The class names bound to the import errors.