Skip to content

Commit

Permalink
Rollback: Changed the previous US 'Optimize'-Spelling-version back to…
Browse files Browse the repository at this point in the history
… British 'Optimise'-Spelling-version
  • Loading branch information
MedinavonLevetzow committed Mar 18, 2024
1 parent 7936783 commit d7515f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic_example/basic_example.py
Expand Up @@ -107,7 +107,7 @@ def plot_figures_for(element: dict) -> None:

def main():
# *************************************************************************
# ********** PART 1 - Define and optimize the energy system ***************
# ********** PART 1 - Define and optimise the energy system ***************
# *************************************************************************

# Read data file
Expand Down Expand Up @@ -245,7 +245,7 @@ def main():
# Optimise the energy system and plot the results
##########################################################################

logging.info("Optimize the energy system")
logging.info("Optimise the energy system")

# initialise the operational model
energysystem_model = Model(energysystem)
Expand Down

0 comments on commit d7515f7

Please sign in to comment.