gemseo.utils.testing.bilevel_test_helper module#

Provide base test class stub for testing BiLevel also for GEMSEO plugins.

create_sobieski_bilevel_scenario(formulation_name='BiLevel')[source]#

Create a function to generate a Sobieski Scenario.

Parameters:

formulation_name (str) --

The name of the formulation of the scenario.

By default it is set to "BiLevel".

Returns:

A function which generates a Sobieski scenario with specific options.

Return type:

Callable[[dict[str, Any]], MDOScenario]

create_sobieski_sub_scenarios()[source]#

Return the sub-scenarios of Sobieski's SuperSonic Business Jet.

Return type:

tuple[MDOScenario, MDOScenario, MDOScenario]