Skip to content

Commit d4c2774

Browse files
committed
Fix failing test
1 parent 0f9662a commit d4c2774

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/benchmark_test_inputs/epa_benchmark.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"unique_id": "4db66fd3-9a2b-459c-b577-9521accc0cc3",
3939
"type_oemof": "source",
4040
"energy_vector": "Electricity",
41-
"output_bus_name": "Electricity (DSO)",
41+
"outflow_direction": "Electricity (DSO)",
4242
"dispatchable": false,
4343
"energy_price": {
4444
"unit": "currency/kWh",
@@ -73,7 +73,7 @@
7373
"unique_id": "5ba307e6-5c5b-4129-833a-d8e1651a83db",
7474
"type_oemof": "sink",
7575
"energy_vector": "Electricity",
76-
"input_bus_name": "Electricity",
76+
"inflow_direction": "Electricity",
7777
"input_timeseries": {
7878
"unit": "kWh",
7979
"value": [
@@ -256,8 +256,8 @@
256256
"unique_id": "2ede85aa-c9c5-4f1e-a603-98afeb450105",
257257
"type_oemof": "transformer",
258258
"energy_vector": "Electricity",
259-
"input_bus_name": "Electricity (DSO)",
260-
"output_bus_name": "Electricity",
259+
"inflow_direction": "Electricity (DSO)",
260+
"outflow_direction": "Electricity",
261261
"dispatchable": false,
262262
"age_installed": {
263263
"unit": "year",
@@ -305,7 +305,7 @@
305305
"unique_id": "23827549-fdf2-4237-bfa5-1cfd7dc1997a",
306306
"type_oemof": "source",
307307
"energy_vector": "Electricity",
308-
"output_bus_name": "Electricity",
308+
"outflow_direction": "Electricity",
309309
"dispatchable": false,
310310
"age_installed": {
311311
"unit": "year",
@@ -524,8 +524,8 @@
524524
"label": "storage",
525525
"type_oemof": "storage",
526526
"energy_vector": "Electricity",
527-
"input_bus_name": "Electricity",
528-
"output_bus_name": "Electricity",
527+
"inflow_direction": "Electricity",
528+
"outflow_direction": "Electricity",
529529
"input_power": {
530530
"asset_type": "charging_power",
531531
"label": "input power",

0 commit comments

Comments
 (0)