mario.Database.clone_scenario

Database.clone_scenario(scenario, name)

Creates a new scenario by cloning an existing scenario

Parameters:
  • scenario (str) – from which scenario clone

  • name (str) – the name of the new scenario to be created

Example

Creating a new scenario called scenario_2 by cloning the data in scenario baseline

database.clone_scenario(scenario= 'baseline', name='scenario_2')