Skip to content

Commit bfce363

Browse files
authored
Merge branch 'main' into test_seed
2 parents 8c153a4 + a6a8e12 commit bfce363

25 files changed

Lines changed: 26 additions & 34 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.10
12+
rev: v0.11.0
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]

docs/inputs/toml.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ a whole.
2525
2626
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
2727
regions = ["USA"]
28-
interest_rate = 0.1
2928
interpolation_mode = 'linear'
3029
log_level = 'info'
3130

docs/tutorial-code/add-agent/1-single-objective/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

docs/tutorial-code/add-agent/2-multiple-objective/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

docs/tutorial-code/add-correlation-demand/1-correlation/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

docs/tutorial-code/add-new-technology/1-introduction/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind", "solar"]

docs/tutorial-code/add-new-technology/2-scenario/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind", "solar"]

docs/tutorial-code/add-region/1-new-region/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1", "R2"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

docs/tutorial-code/add-service-demand/1-exogenous-demand/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

docs/tutorial-code/carbon-budget/1-carbon-budget/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
time_framework = [2020, 2025, 2030, 2035]
44
regions = ["R1"]
5-
interest_rate = 0.1
65
interpolation_mode = 'linear'
76
log_level = 'info'
87
excluded_commodities = ["wind"]

0 commit comments

Comments
 (0)