Skip to content

Commit 51c0e35

Browse files
author
Jon Vegard Venås
authored
Fix compatibility with EMI (#42)
1 parent c437da4 commit 51c0e35

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

examples/generate_examples.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ function generate_example_data_geo()
640640
FixedProfile(0),
641641
FixedProfile(0),
642642
2,
643-
[],
644643
)
645644

646645
transmissions = [

test/EMI_geography_2.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ function generate_example_data_geo_all_resources()
147147
FixedProfile(0),
148148
FixedProfile(0),
149149
2,
150-
[],
151150
)
152151

153152
CO2_Pipeline_100MW_OT = RefStatic(
@@ -169,7 +168,6 @@ function generate_example_data_geo_all_resources()
169168
FixedProfile(0),
170169
FixedProfile(0),
171170
2,
172-
[],
173171
)
174172

175173
H2_Transport_50MW_OT = RefDynamic(
@@ -180,7 +178,6 @@ function generate_example_data_geo_all_resources()
180178
FixedProfile(0),
181179
FixedProfile(0),
182180
2,
183-
[],
184181
)
185182

186183
Waste_Transport_50MW_OT = RefDynamic(
@@ -191,7 +188,6 @@ function generate_example_data_geo_all_resources()
191188
FixedProfile(0),
192189
FixedProfile(0),
193190
2,
194-
[],
195191
)
196192

197193
Biomass_Transport_50MW_OT = RefDynamic(
@@ -202,7 +198,6 @@ function generate_example_data_geo_all_resources()
202198
FixedProfile(0),
203199
FixedProfile(0),
204200
2,
205-
[],
206201
)
207202

208203
Oil_Pipeline_100MW_OT = RefStatic(

0 commit comments

Comments
 (0)