diff --git a/doc/configtables/sector.csv b/doc/configtables/sector.csv index be0969748..338cf34e6 100644 --- a/doc/configtables/sector.csv +++ b/doc/configtables/sector.csv @@ -137,4 +137,4 @@ limit_max_growth,,, -- max_growth,,, -- -- {carrier},GW,float,The historic maximum growth of a carrier -- max_relative_growth, --- -- {carrier},p.u.,float,The historic maximum relative growth of a carrier \ No newline at end of file +-- -- {carrier},p.u.,float,The historic maximum relative growth of a carrier diff --git a/scripts/build_monthly_prices.py b/scripts/build_monthly_prices.py index 214d39fbe..1c6d461b3 100644 --- a/scripts/build_monthly_prices.py +++ b/scripts/build_monthly_prices.py @@ -6,9 +6,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ -This script extracts monthly fuel prices of oil, gas, coal and lignite, -as well as CO2 prices - +This script extracts monthly fuel prices of oil, gas, coal and lignite, as well +as CO2 prices. Inputs ------